Re: [PHP-DEV] socket_get_status(...)

2002-04-12 Thread Steve Meyers
Wez Furlong wrote: > Hi Sean, > > socket_get_status is unlikely to ever work with socket resources > from the sockets extension. > You should be using things like the select() function to test the > status of your sockets if you are dealing with them on such a low > level. > > --Wez. This is a

Re: [PHP-DEV] socket_get_status(...)

2002-04-12 Thread Wez Furlong
Hi Sean, socket_get_status is unlikely to ever work with socket resources from the sockets extension. You should be using things like the select() function to test the status of your sockets if you are dealing with them on such a low level. --Wez. On 12/04/02, "Sean Coates" <[EMAIL PROTECTED]>