Case-sensitive (bug #40468)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@232465 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2007-03-23 17:10:16 +00:00
parent a7ec74d5b5
commit c0841cbde1

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.21 $ -->
<!-- $Revision: 1.22 $ -->
<!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
<refentry id="function.str-replace">
<refnamediv>
@ -110,6 +110,13 @@ echo $output;
&note.bin-safe;
<note>
<para>
This function is case-sensitive. Use <function>str_ireplace</function>
for case-insensitive replace.
</para>
</note>
<note>
<simpara>
As of PHP 5.0.0 the number of matched and replaced