From: Derick Rethans Date: Sun, 9 Mar 2003 00:05:48 +0000 (+0000) Subject: - Fix proto X-Git-Tag: RELEASE_0_5~548 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0d603b2d9af5a2b49322032fa32ad52e13b6efe4;p=php - Fix proto --- diff --git a/ext/standard/string.c b/ext/standard/string.c index 341e747f6c..da4444db95 100644 --- a/ext/standard/string.c +++ b/ext/standard/string.c @@ -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) {