Re: [PHP-DOC] where can I find select() From: Markus Fischer (mfischer <email protected>)
Date: 07/18/01

On Wed, Jul 18, 2001 at 05:45:33PM +0200, Cornelia Boenigk wrote :
> I searched the whole manual for a function select() which takes five
> arguments and shall be used to find out whether a socket has unread
> data.
>
> Could you please help me to find infos?

socket_listen() is still only in the experimental ext/socket -
extension. None of these functions ( socket_create(),
socket_liste() and many more, look at sockets.s ) have yet been
documented.

- Markus