count parameter

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@188605 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2005-06-17 08:29:29 +00:00
parent d95286f7e7
commit df3388acc3

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.10 $ -->
<!-- $Revision: 1.11 $ -->
<!-- splitted from ./en/functions/pcre.xml, last change in rev 1.47 -->
<refentry id="function.preg-replace-callback">
<refnamediv>
@ -14,6 +14,7 @@
<methodparam><type>callback</type><parameter>callback</parameter></methodparam>
<methodparam><type>mixed</type><parameter>subject</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>limit</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter role="reference">count</parameter></methodparam>
</methodsynopsis>
<para>
The behavior of this function is almost identical to
@ -88,6 +89,11 @@ fclose($fp);
]]>
</programlisting>
</example>
<note>
<para>
<parameter>count</parameter> parameter is available since PHP 5.1.0.
</para>
</note>
<para>
See also <function>preg_replace</function>,
<function>create_function</function>,