mirror of
https://github.com/php/php-src.git
synced 2025-01-22 11:44:09 +08:00
MFH
This commit is contained in:
parent
433d1a5d02
commit
72fc33ef6a
@ -616,7 +616,7 @@ static int php_sock_array_from_fd_set(zval *sock_array, fd_set *fds TSRMLS_DC) /
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
/* {{{ proto int socket_select(array &read_fds, array &write_fds, &array except_fds, int tv_sec[, int tv_usec]) U
|
||||
/* {{{ proto int socket_select(array &read_fds, array &write_fds, array &except_fds, int tv_sec[, int tv_usec]) U
|
||||
Runs the select() system call on the sets mentioned with a timeout specified by tv_sec and tv_usec */
|
||||
PHP_FUNCTION(socket_select)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user