mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
See also
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@247640 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a278f3a9d3
commit
343ecac338
2 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.15 $ -->
|
||||
<!-- $Revision: 1.16 $ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.ereg">
|
||||
<refnamediv>
|
||||
<refname>ereg</refname>
|
||||
|
@ -130,6 +130,7 @@ if (ereg ("([0-9]{4})-([0-9]{1,2})-([0-9]{1,2})", $date, $regs)) {
|
|||
<member><function>preg_match</function></member>
|
||||
<member><function>strpos</function></member>
|
||||
<member><function>strstr</function></member>
|
||||
<member><function>quotemeta</function></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.quotemeta">
|
||||
<refnamediv>
|
||||
<refname>quotemeta</refname>
|
||||
|
@ -58,6 +58,7 @@
|
|||
<member><function>nl2br</function></member>
|
||||
<member><function>stripslashes</function></member>
|
||||
<member><function>stripcslashes</function></member>
|
||||
<member><function>ereg</function></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
Loading…
Reference in a new issue