]> granicus.if.org Git - php/commitdiff
fix proto
authorStanislav Malyshev <stas@php.net>
Fri, 23 Nov 2007 19:48:56 +0000 (19:48 +0000)
committerStanislav Malyshev <stas@php.net>
Fri, 23 Nov 2007 19:48:56 +0000 (19:48 +0000)
ext/standard/streamsfuncs.c

index 6fd18012c91ae0110b4884cdb4693bbe7d2b3750..8e73b3453281cf7ad3ac10830ce48ca816fe37f4 100644 (file)
@@ -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)
 {