Adding note about limit parameter in preg_replace

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@31094 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
James Moore 2000-08-24 13:46:09 +00:00
parent af23c6ebf0
commit 3333f69a72

View file

@ -424,6 +424,11 @@ $text = preg_replace ($search, $replace, $document);
</programlisting>
</example>
</para>
<note>
<para>
Parameter <parameter>limit</parameter> was added after PHP 4.0.1pl2.
</para>
</note>
<para>
See also <function>preg_match</function>,
<function>preg_match_all</function>, and