kennyt          Mon Jan 19 21:25:57 2004 EDT

  Modified files:              
    /phpdoc/en/reference/strings/functions      chunk-split.xml 
                                                str-split.xml 
  Log:
  Cross-referenced chunk_split() and str_split() [They're essentially synonymous.]
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/chunk-split.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/strings/functions/chunk-split.xml
diff -u phpdoc/en/reference/strings/functions/chunk-split.xml:1.6 
phpdoc/en/reference/strings/functions/chunk-split.xml:1.7
--- phpdoc/en/reference/strings/functions/chunk-split.xml:1.6   Fri May 30 12:47:59 
2003
+++ phpdoc/en/reference/strings/functions/chunk-split.xml       Mon Jan 19 21:25:57 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
   <refentry id="function.chunk-split">
    <refnamediv>
@@ -34,7 +34,8 @@
      </example>
     </para>
     <simpara>
-     See also <function>explode</function>, <function>split</function>, 
+     See also <function>str_split</function>,
+     <function>explode</function>, <function>split</function>, 
      <function>wordwrap</function> and
      <ulink url="&url.rfc;2045">RFC 2045</ulink>.
     </simpara>
http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/str-split.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/strings/functions/str-split.xml
diff -u phpdoc/en/reference/strings/functions/str-split.xml:1.2 
phpdoc/en/reference/strings/functions/str-split.xml:1.3
--- phpdoc/en/reference/strings/functions/str-split.xml:1.2     Mon Dec 15 11:53:50 
2003
+++ phpdoc/en/reference/strings/functions/str-split.xml Mon Jan 19 21:25:57 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
   <refentry id="function.str-split">
    <refnamediv>
     <refname>str_split</refname>
@@ -98,7 +98,8 @@
      </example>
     </para>
     <para>
-     See also <function>preg_split</function>,
+     See also <function>chunk_split</function>,
+     <function>preg_split</function>,
      <function>split</function>,
      <function>count_chars</function>,
      <function>str_word_count</function>, and 

Reply via email to