mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
1b7a6951af
commit
8b630bb129
1 changed files with 14 additions and 5 deletions
|
@ -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<br>\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>
|
||||
|
|
Loading…
Reference in a new issue