pajoye Mon, 12 Apr 2010 08:40:59 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=297867
Log: - fix inline doc Changed paths: U php/php-src/trunk/ext/standard/streamsfuncs.c Modified: php/php-src/trunk/ext/standard/streamsfuncs.c =================================================================== --- php/php-src/trunk/ext/standard/streamsfuncs.c 2010-04-12 08:29:14 UTC (rev 297866) +++ php/php-src/trunk/ext/standard/streamsfuncs.c 2010-04-12 08:40:59 UTC (rev 297867) @@ -1392,7 +1392,7 @@ /* }}} */ /* {{{ proto int stream_set_read_buffer(resource fp, int buffer) - Set file write buffer */ + Set file read buffer */ PHP_FUNCTION(stream_set_read_buffer) { zval *arg1;
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php