summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2007-09-26 10:55:07 +0000
committerAntony Dovgal <tony2001@php.net>2007-09-26 10:55:07 +0000
commit72fc33ef6a883a50d7931a91bd6844c277c0fbda (patch)
treeb321c7a8a12c6e13bd3af8d42a1e58743e7702d3
parent433d1a5d02146332c83f5041f4c3774e175b77c6 (diff)
downloadphp-git-72fc33ef6a883a50d7931a91bd6844c277c0fbda.tar.gz
MFH
-rw-r--r--ext/sockets/sockets.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sockets/sockets.c b/ext/sockets/sockets.c
index d5f3dcadea..c7b78c839e 100644
--- a/ext/sockets/sockets.c
+++ b/ext/sockets/sockets.c
@@ -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)
{