From 651baa2185a7e41bca4718b60fec9e77a851f0bc Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Fri, 23 Mar 2007 13:48:48 +0000 Subject: [PATCH] Replacement of array is done one by one (bug #40863) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@232423 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/str-ireplace.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/reference/strings/functions/str-ireplace.xml b/reference/strings/functions/str-ireplace.xml index 9602d4683b..0805bebf12 100644 --- a/reference/strings/functions/str-ireplace.xml +++ b/reference/strings/functions/str-ireplace.xml @@ -1,5 +1,5 @@ - + @@ -44,6 +44,12 @@ this replacement string is used for every value of search. + + + Every replacement with search array is performed + on the result of previous replacement. + + <function>str_ireplace</function> example