mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
using entity
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@281972 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
13d82b3a2b
commit
38d3616bf5
7 changed files with 14 additions and 49 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.ereg-replace">
|
||||
<refnamediv>
|
||||
<refname>ereg_replace</refname>
|
||||
|
@ -136,12 +136,7 @@ $text = ereg_replace("[[:alpha:]]+://[^<>[:space:]]+[[:alnum:]/]",
|
|||
|
||||
<refsect1 role="notes">
|
||||
&reftitle.notes;
|
||||
<note>
|
||||
<para>
|
||||
As of PHP 5.3.0 the Regex extension is deprecated, calling this function
|
||||
will issue an <literal>E_DEPRECATED</literal> notice.
|
||||
</para>
|
||||
</note>
|
||||
¬e.regex.deprecated;
|
||||
<tip>
|
||||
<para>
|
||||
<function>preg_replace</function>, which uses a Perl-compatible
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.19 $ -->
|
||||
<!-- $Revision: 1.20 $ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.ereg">
|
||||
<refnamediv>
|
||||
<refname>ereg</refname>
|
||||
|
@ -131,12 +131,7 @@ if (ereg ("([0-9]{4})-([0-9]{1,2})-([0-9]{1,2})", $date, $regs)) {
|
|||
|
||||
<refsect1 role="notes">
|
||||
&reftitle.notes;
|
||||
<note>
|
||||
<para>
|
||||
As of PHP 5.3.0 the Regex extension is deprecated, calling this function
|
||||
will issue an <literal>E_DEPRECATED</literal> notice.
|
||||
</para>
|
||||
</note>
|
||||
¬e.regex.deprecated;
|
||||
<note>
|
||||
<para>
|
||||
<function>preg_match</function>, which uses a Perl-compatible
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.eregi-replace">
|
||||
<refnamediv>
|
||||
<refname>eregi_replace</refname>
|
||||
|
@ -87,12 +87,7 @@ $body = eregi_replace($pattern, $replacement, $body);
|
|||
|
||||
<refsect1 role="notes">
|
||||
&reftitle.notes;
|
||||
<note>
|
||||
<para>
|
||||
As of PHP 5.3.0 the Regex extension is deprecated, calling this function
|
||||
will issue an <literal>E_DEPRECATED</literal> notice.
|
||||
</para>
|
||||
</note>
|
||||
¬e.regex.deprecated;
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="seealso">
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.13 $ -->
|
||||
<!-- $Revision: 1.14 $ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.eregi">
|
||||
<refnamediv>
|
||||
<refname>eregi</refname>
|
||||
|
@ -95,12 +95,7 @@ if (eregi('z', $string)) {
|
|||
|
||||
<refsect1 role="notes">
|
||||
&reftitle.notes;
|
||||
<note>
|
||||
<para>
|
||||
As of PHP 5.3.0 the Regex extension is deprecated, calling this function
|
||||
will issue an <literal>E_DEPRECATED</literal> notice.
|
||||
</para>
|
||||
</note>
|
||||
¬e.regex.deprecated;
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="seealso">
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.split">
|
||||
<refnamediv>
|
||||
<refname>split</refname>
|
||||
|
@ -123,12 +123,7 @@ echo "Month: $month; Day: $day; Year: $year<br />\n";
|
|||
|
||||
<refsect1 role="notes">
|
||||
&reftitle.notes;
|
||||
<note>
|
||||
<para>
|
||||
As of PHP 5.3.0 the Regex extension is deprecated, calling this function
|
||||
will issue an <literal>E_DEPRECATED</literal> notice.
|
||||
</para>
|
||||
</note>
|
||||
¬e.regex.deprecated;
|
||||
<tip>
|
||||
<para>
|
||||
<function>preg_split</function>, which uses a Perl-compatible regular
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<!-- $Revision: 1.12 $ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.spliti">
|
||||
<refnamediv>
|
||||
<refname>spliti</refname>
|
||||
|
@ -120,12 +120,7 @@ Array
|
|||
|
||||
<refsect1 role="notes">
|
||||
&reftitle.notes;
|
||||
<note>
|
||||
<para>
|
||||
As of PHP 5.3.0 the Regex extension is deprecated, calling this function
|
||||
will issue an <literal>E_DEPRECATED</literal> notice.
|
||||
</para>
|
||||
</note>
|
||||
¬e.regex.deprecated;
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="seealso">
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.sql-regcase">
|
||||
<refnamediv>
|
||||
<refname>sql_regcase</refname>
|
||||
|
@ -72,12 +72,7 @@ echo sql_regcase("Foo - bar.");
|
|||
|
||||
<refsect1 role="notes">
|
||||
&reftitle.notes;
|
||||
<note>
|
||||
<para>
|
||||
As of PHP 5.3.0 the Regex extension is deprecated, calling this function
|
||||
will issue an <literal>E_DEPRECATED</literal> notice.
|
||||
</para>
|
||||
</note>
|
||||
¬e.regex.deprecated;
|
||||
</refsect1>
|
||||
|
||||
</refentry>
|
||||
|
|
Loading…
Reference in a new issue