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
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]>