jimw            Wed Jan  2 07:26:33 2002 EDT

  Modified files:              
    /phpdoc/en/functions        strings.xml 
  Log:
  chunk_split: one more prose tweak, fix see also of wordwrap
  
Index: phpdoc/en/functions/strings.xml
diff -u phpdoc/en/functions/strings.xml:1.149 phpdoc/en/functions/strings.xml:1.150
--- phpdoc/en/functions/strings.xml:1.149       Wed Jan  2 07:24:47 2002
+++ phpdoc/en/functions/strings.xml     Wed Jan  2 07:26:33 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.149 $ -->
+<!-- $Revision: 1.150 $ -->
  <reference id="ref.strings">
   <title>String functions</title>
   <titleabbrev>Strings</titleabbrev>
@@ -240,8 +240,8 @@
      e.g. converting <link
      linkend="function.base64-encode">base64_encode</link> output to match RFC
      2045 semantics. It inserts <parameter>end</parameter> (defaults to
-     "\r\n") every <parameter>chunklen</parameter> (defaults to 76) chars. It
-     returns the new string leaving the original string untouched.
+     "\r\n") every <parameter>chunklen</parameter> characters (defaults to
+     76). It returns the new string leaving the original string untouched.
      <example>
       <title><function>chunk_split</function> example</title>
       <programlisting role="php">
@@ -255,7 +255,7 @@
     </para>
     <simpara>
      See also <function>explode</function>, <function>split</function> 
-     and <function>word_wrap</function>.
+     and <function>wordwrap</function>.
     </simpara>
    </refsect1>
   </refentry>


Reply via email to