From d129f3552d041a1d0c77cdbeb607f976ab32f494 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Sun, 9 Mar 2003 00:06:57 +0000 Subject: [PATCH] - Fix type git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@119544 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/wordwrap.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/reference/strings/functions/wordwrap.xml b/reference/strings/functions/wordwrap.xml index b12311a7a2..0e62b1539f 100644 --- a/reference/strings/functions/wordwrap.xml +++ b/reference/strings/functions/wordwrap.xml @@ -1,5 +1,5 @@ - + @@ -16,7 +16,7 @@ stringstr intwidth stringbreak - intcut + booleancut Returns a string with str wrapped @@ -36,7 +36,8 @@ (See second example). - The optional cut parameter was added in PHP 4.0.3 + The optional cut parameter was added in PHP + 4.0.3