From: Stanislav Malyshev Date: Fri, 23 Nov 2007 19:48:56 +0000 (+0000) Subject: fix proto X-Git-Tag: RELEASE_1_3_1~576 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=794217eb2f772952aefae24195b7a982084620f2;p=php fix proto --- diff --git a/ext/standard/streamsfuncs.c b/ext/standard/streamsfuncs.c index 6fd18012c9..8e73b34532 100644 --- a/ext/standard/streamsfuncs.c +++ b/ext/standard/streamsfuncs.c @@ -389,7 +389,7 @@ PHP_FUNCTION(stream_socket_recvfrom) } /* }}} */ -/* {{{ proto long stream_get_contents(resource source [, long maxlen [, long offset]]) +/* {{{ proto string stream_get_contents(resource source [, long maxlen [, long offset]]) Reads all remaining bytes (or up to maxlen bytes) from a stream and returns them as a string. */ PHP_FUNCTION(stream_get_contents) {