mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
See preg_replace for parameters description (bug #35356)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@210611 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
49ad52325c
commit
88e8d865bd
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<!-- $Revision: 1.12 $ -->
|
||||
<!-- splitted from ./en/functions/pcre.xml, last change in rev 1.47 -->
|
||||
<refentry id="function.preg-replace-callback">
|
||||
<refnamediv>
|
||||
|
@ -23,6 +23,7 @@
|
|||
<parameter>callback</parameter> that will be called and passed an array of
|
||||
matched elements in the subject string. The callback should return the
|
||||
replacement string.
|
||||
See <function>preg_replace</function> for description of other parameters.
|
||||
</para>
|
||||
<example>
|
||||
<title><function>preg_replace_callback</function> example</title>
|
||||
|
|
Loading…
Reference in a new issue