socket_select

(PHP 4 >= 4.1.0)

socket_select -- Runs the select() system call on the sets mentioned with a timeout specified by tv_sec and tv_usec

Description

int socket_select (resource read_fd, resource write_fd, resource except_fd, int tv_sec [, int tv_usec])

Warning

This function is EXPERIMENTAL. The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. Be warned and use this function at your own risk.

Warning

This function is currently not documented, only the argument list is available.