diff options
Diffstat (limited to 'ext/standard/file.c')
-rw-r--r-- | ext/standard/file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/file.c b/ext/standard/file.c index d129f6b892..6ab56ed81d 100644 --- a/ext/standard/file.c +++ b/ext/standard/file.c @@ -776,7 +776,7 @@ PHP_FUNCTION(feof) /* }}} */ -/* {{{ proto int socket_set_blocking(int socket descriptor, int mode) +/* {{{ proto int set_socket_blocking(int socket descriptor, int mode) Set blocking/non-blocking mode on a socket */ PHPAPI int php_set_sock_blocking(int socketd, int block) { |