Added interesting functions to split and spliti

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@48833 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Damien Seguy 2001-05-29 12:59:56 +00:00
parent 1b7a6951af
commit 8b630bb129

View file

@ -366,8 +366,13 @@ echo "Month: $month; Day: $day; Year: $year<br>\n";
</para>
<para>
See also: <function>spliti</function>,
<function>explode</function>, and <function>implode</function>.
See also:
<function>implode</function>,
<function>preg_split</function>,
<function>explode</function>,
<function>spliti</function>,
<function>explode</function>,
and <function>implode</function>.
</para>
</refsect1>
@ -398,9 +403,13 @@ echo "Month: $month; Day: $day; Year: $year&lt;br&gt;\n";
characters.
</para>
<para>
See also : <function>split</function>,
<function>explode</function> and
<function>implode</function>.
See also
<function>implode</function>,
<function>preg_spliti</function>,
<function>explode</function>,
<function>spliti</function>,
<function>explode</function>,
and <function>implode</function>.
</para>
</refsect1>
</refentry>