diff options
| author | Antony Dovgal <tony2001@php.net> | 2007-09-26 10:54:56 +0000 |
|---|---|---|
| committer | Antony Dovgal <tony2001@php.net> | 2007-09-26 10:54:56 +0000 |
| commit | ca861401ff1cedac84648c636adf7d0df6f330c0 (patch) | |
| tree | 8dafc2d9a7bc6a08968cb35f766242a49990c784 | |
| parent | 189ac4f20150adb1940d43a5ae004e0f39910bdd (diff) | |
| download | php-git-ca861401ff1cedac84648c636adf7d0df6f330c0.tar.gz | |
fix proto
| -rw-r--r-- | ext/sockets/sockets.c | 2 |
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) { |
