vrana Fri Dec 2 04:35:29 2005 EDT
Modified files:
/phpdoc/en/reference/regex/functions split.xml
Log:
See also str_split (bug #35516)
http://cvs.php.net/diff.php/phpdoc/en/reference/regex/functions/split.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/regex/functions/split.xml
diff -u phpdoc/en/reference/regex/functions/split.xml:1.5
phpdoc/en/reference/regex/functions/split.xml:1.6
--- phpdoc/en/reference/regex/functions/split.xml:1.5 Thu Aug 19 08:14:46 2004
+++ phpdoc/en/reference/regex/functions/split.xml Fri Dec 2 04:35:27 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/regex.xml, last change in rev 1.7 -->
<refentry id="function.split">
<refnamediv>
@@ -81,7 +81,7 @@
<para>
For users looking for a way to emulate Perl's <command>@chars =
split('', $str)</command> behaviour, please see the examples for
- <function>preg_split</function>.
+ <function>preg_split</function> or <function>str_split</function>.
</para>
<para>
@@ -99,6 +99,7 @@
<para>
See also: <function>preg_split</function>, <function>spliti</function>,
+ <function>str_split</function>,
<function>explode</function>, <function>implode</function>,
<function>chunk_split</function>, and <function>wordwrap</function>.
</para>