nlopess Thu Jan 25 23:43:55 2007 UTC
Modified files: /phpdoc/en/reference/strings/functions explode.xml str-split.xml Log: remove reference to depcreated /spliti?/ and cross-link str_split/explode http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/strings/functions/explode.xml?r1=1.13&r2=1.14&diff_format=u Index: phpdoc/en/reference/strings/functions/explode.xml diff -u phpdoc/en/reference/strings/functions/explode.xml:1.13 phpdoc/en/reference/strings/functions/explode.xml:1.14 --- phpdoc/en/reference/strings/functions/explode.xml:1.13 Wed Sep 20 03:37:27 2006 +++ phpdoc/en/reference/strings/functions/explode.xml Thu Jan 25 23:43:54 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.13 $ --> +<!-- $Revision: 1.14 $ --> <!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 --> <refentry id="function.explode"> <refnamediv> @@ -111,8 +111,7 @@ <para> See also <function>preg_split</function>, - <function>spliti</function>, - <function>split</function>, + <function>str_split</function>, <function>strtok</function>, and <function>implode</function>. </para> http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/strings/functions/str-split.xml?r1=1.4&r2=1.5&diff_format=u Index: phpdoc/en/reference/strings/functions/str-split.xml diff -u phpdoc/en/reference/strings/functions/str-split.xml:1.4 phpdoc/en/reference/strings/functions/str-split.xml:1.5 --- phpdoc/en/reference/strings/functions/str-split.xml:1.4 Tue Feb 7 16:59:23 2006 +++ phpdoc/en/reference/strings/functions/str-split.xml Thu Jan 25 23:43:54 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.4 $ --> +<!-- $Revision: 1.5 $ --> <refentry id="function.str-split"> <refnamediv> <refname>str_split</refname> @@ -80,7 +80,7 @@ <para> See also <function>chunk_split</function>, <function>preg_split</function>, - <function>split</function>, + <function>explode</function>, <function>count_chars</function>, <function>str_word_count</function>, and <link linkend="control-structures.for">for</link>.