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:
Jakub Vrana 2006-04-03 15:10:11 +00:00
parent 49ad52325c
commit 88e8d865bd

View file

@ -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>