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