mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Removed duplicate lines and fixed typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@53612 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
3857249d71
commit
932188f3bd
1 changed files with 4 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $Revision: 1.23 $ -->
|
||||
<!-- $Revision: 1.24 $ -->
|
||||
<reference id="ref.regex">
|
||||
<title>Regular Expression Functions (POSIX Extended)</title>
|
||||
<titleabbrev>Regexps</titleabbrev>
|
||||
|
@ -368,9 +368,7 @@ echo "Month: $month; Day: $day; Year: $year<br>\n";
|
|||
|
||||
<para>
|
||||
See also:
|
||||
<function>implode</function>,
|
||||
<function>preg_split</function>,
|
||||
<function>explode</function>,
|
||||
<function>preg_split</function>,
|
||||
<function>spliti</function>,
|
||||
<function>explode</function>,
|
||||
and <function>implode</function>.
|
||||
|
@ -405,10 +403,8 @@ echo "Month: $month; Day: $day; Year: $year<br>\n";
|
|||
</para>
|
||||
<para>
|
||||
See also
|
||||
<function>implode</function>,
|
||||
<function>preg_spliti</function>,
|
||||
<function>explode</function>,
|
||||
<function>spliti</function>,
|
||||
<function>preg_spliti</function>,
|
||||
<function>split</function>,
|
||||
<function>explode</function>,
|
||||
and <function>implode</function>.
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue