There is any form of detect signal interrupting the stream_select call, some times a signal is not a error and there is other change to get the result, so if *_select tell me if its interruptded by signal.

in socket_select i can determine if a signal interrupted the socket_select, but streams don't have this facility.

so there is any form of detecting this?

socket_last_error() is not aceptable that this module are no avaliable by default in 5.3.0 and abovem and of course only applicable to sockets.

Regards.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to