mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 17:08:54 +00:00
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:
parent
af23c6ebf0
commit
3333f69a72
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue