]> granicus.if.org Git - php/commitdiff
- Fix proto
authorDerick Rethans <derick@php.net>
Sun, 9 Mar 2003 00:05:48 +0000 (00:05 +0000)
committerDerick Rethans <derick@php.net>
Sun, 9 Mar 2003 00:05:48 +0000 (00:05 +0000)
ext/standard/string.c

index 341e747f6c136c6b27dbd35a64cdb7292ba957bc..da4444db959bbb9269de11a312f6530cf060032c 100644 (file)
@@ -623,7 +623,7 @@ PHP_FUNCTION(ltrim)
 }
 /* }}} */
 
-/* {{{ proto string wordwrap(string str [, int width [, string break [, int cut]]])
+/* {{{ proto string wordwrap(string str [, int width [, string break [, boolean cut]]])
    Wraps buffer to selected number of characters using string break char */
 PHP_FUNCTION(wordwrap)
 {