diff options
author | Markus Fischer <mfischer@php.net> | 2002-04-30 22:03:51 +0000 |
---|---|---|
committer | Markus Fischer <mfischer@php.net> | 2002-04-30 22:03:51 +0000 |
commit | a369d06bea95d2290b69489471ae26fdcf8ac7be (patch) | |
tree | aaca8751f7fae801b33cb3e589151a1b8cd23e66 /ext/sockets/sockets.c | |
parent | c1c1ee9f6e7329f5d52237726fb39e79d047d2e7 (diff) | |
download | php-git-a369d06bea95d2290b69489471ae26fdcf8ac7be.tar.gz |
- Forgot to update proto
Diffstat (limited to 'ext/sockets/sockets.c')
-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 37caf6026a..52ddd50d87 100644 --- a/ext/sockets/sockets.c +++ b/ext/sockets/sockets.c @@ -1938,7 +1938,7 @@ PHP_FUNCTION(socket_last_error) } /* }}} */ -/* {{{ proto void socket_clear_error(resource socket) +/* {{{ proto void socket_clear_error([resource socket]) Clears the error on the socket or the last error code. */ PHP_FUNCTION(socket_clear_error) { |