diff --git a/reference/strings/functions/str-replace.xml b/reference/strings/functions/str-replace.xml index 78ba1dfd70..029683aaef 100644 --- a/reference/strings/functions/str-replace.xml +++ b/reference/strings/functions/str-replace.xml @@ -1,5 +1,5 @@ - + @@ -110,6 +110,13 @@ echo $output; ¬e.bin-safe; + + + This function is case-sensitive. Use str_ireplace + for case-insensitive replace. + + + As of PHP 5.0.0 the number of matched and replaced