diff options
| author | Markus Fischer <mfischer@php.net> | 2002-06-25 06:24:45 +0000 |
|---|---|---|
| committer | Markus Fischer <mfischer@php.net> | 2002-06-25 06:24:45 +0000 |
| commit | c15d83b9ed9a160406d73fc13db2d4f3f4d412bf (patch) | |
| tree | b2095dad753d6fad64f0e83057b0e164e32e24c5 /ext | |
| parent | e59d81b9fc337e6b4a3fd61efefaf335f120c469 (diff) | |
| download | php-git-c15d83b9ed9a160406d73fc13db2d4f3f4d412bf.tar.gz | |
- Fix proto.
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/sockets/sockets.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/sockets/sockets.c b/ext/sockets/sockets.c index c4a9319595..239d4c5ddf 100644 --- a/ext/sockets/sockets.c +++ b/ext/sockets/sockets.c @@ -1943,8 +1943,8 @@ PHP_FUNCTION(socket_shutdown) } /* }}} */ -/* {{{ proto int socket_last_error(resource socket) - Returns the last error on the socket */ +/* {{{ proto int socket_last_error([resource socket]) + Returns the last socket error (either the last used or the provided socket resource) */ PHP_FUNCTION(socket_last_error) { zval *arg1 = NULL; |
