mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Added chunk_split() and wordwrap() to the see also block for split() and spliti().
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65475 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
4a689d29aa
commit
b2fccdabfa
1 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.34 $ -->
|
||||
<!-- $Revision: 1.35 $ -->
|
||||
<reference id="ref.regex">
|
||||
<title>Regular Expression Functions (POSIX Extended)</title>
|
||||
<titleabbrev>Regexps</titleabbrev>
|
||||
|
@ -451,7 +451,9 @@ echo "Month: $month; Day: $day; Year: $year<br>\n";
|
|||
<function>preg_split</function>,
|
||||
<function>spliti</function>,
|
||||
<function>explode</function>,
|
||||
and <function>implode</function>.
|
||||
<function>implode</function>,
|
||||
<function>chunk_split</function> and
|
||||
<function>wordwrap</function>.
|
||||
</para>
|
||||
|
||||
</refsect1>
|
||||
|
|
Loading…
Reference in a new issue