derick Sat Mar 8 19:06:57 2003 EDT
Modified files:
/phpdoc/en/reference/strings/functions wordwrap.xml
Log:
- Fix type
Index: phpdoc/en/reference/strings/functions/wordwrap.xml
diff -u phpdoc/en/reference/strings/functions/wordwrap.xml:1.3
phpdoc/en/reference/strings/functions/wordwrap.xml:1.4
--- phpdoc/en/reference/strings/functions/wordwrap.xml:1.3 Wed Jan 22 16:42:05
2003
+++ phpdoc/en/reference/strings/functions/wordwrap.xml Sat Mar 8 19:06:57 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/strings.xml, last change in rev 1.142 -->
<refentry id="function.wordwrap">
<refnamediv>
@@ -16,7 +16,7 @@
<methodparam><type>string</type><parameter>str</parameter></methodparam>
<methodparam
choice="opt"><type>int</type><parameter>width</parameter></methodparam>
<methodparam
choice="opt"><type>string</type><parameter>break</parameter></methodparam>
- <methodparam
choice="opt"><type>int</type><parameter>cut</parameter></methodparam>
+ <methodparam
choice="opt"><type>boolean</type><parameter>cut</parameter></methodparam>
</methodsynopsis>
<para>
Returns a string with <parameter>str</parameter> wrapped
@@ -36,7 +36,8 @@
(See second example).
<note>
<para>
- The optional <parameter>cut</parameter> parameter was added in PHP 4.0.3
+ The optional <parameter>cut</parameter> parameter was added in PHP
+ 4.0.3
</para>
</note>
</para>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php