mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
remove bogus note. reported by a user in the ML
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@151128 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b8d1f53f06
commit
73a021b40d
1 changed files with 2 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- splitted from ./en/functions/pcre.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.preg-grep">
|
||||
<refnamediv>
|
||||
|
@ -33,13 +33,11 @@
|
|||
If this flag is passed, <function>preg_grep</function> returns the
|
||||
elements of the input array that do <emphasis>not</emphasis> match
|
||||
the given <parameter>pattern</parameter>.
|
||||
This flag is available since <literal>PHP</literal> 4.2.0.
|
||||
This flag is available since PHP 4.2.0.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
The <parameter>flags</parameter> parameter is available since
|
||||
<literal>PHP</literal> 4.3.0.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue