mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Added preg_filter() info
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@278477 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
66baab5c9b
commit
02f5774954
2 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.30 $ -->
|
||||
<!-- $Revision: 1.31 $ -->
|
||||
<refentry xml:id="function.preg-replace" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>preg_replace</refname>
|
||||
|
@ -350,6 +350,7 @@ xp***to
|
|||
&reftitle.seealso;
|
||||
<para>
|
||||
<simplelist>
|
||||
<member><function>preg_filter</function></member>
|
||||
<member><function>preg_match</function></member>
|
||||
<member><function>preg_replace_callback</function></member>
|
||||
<member><function>preg_split</function></member>
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!--
|
||||
Do NOT translate this file
|
||||
-->
|
||||
<versions>
|
||||
<function name='preg_filter' from='PHP 5 >= 5.3.0'/>
|
||||
<function name='preg_grep' from='PHP 4, PHP 5'/>
|
||||
<function name='preg_last_error' from='PHP 5 >= 5.2.0'/>
|
||||
<function name='preg_match' from='PHP 4, PHP 5'/>
|
||||
|
|
Loading…
Reference in a new issue