]> granicus.if.org Git - php/commitdiff
MFH
authorAntony Dovgal <tony2001@php.net>
Wed, 26 Sep 2007 10:55:07 +0000 (10:55 +0000)
committerAntony Dovgal <tony2001@php.net>
Wed, 26 Sep 2007 10:55:07 +0000 (10:55 +0000)
ext/sockets/sockets.c

index d5f3dcadeac1a6ce14358692106879b57a094d11..c7b78c839eb3818992c6042fadcae7d3c9ce38a5 100644 (file)
@@ -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)
 {