vrana           Fri Mar 23 17:10:16 2007 UTC

  Modified files:              
    /phpdoc/en/reference/strings/functions      str-replace.xml 
  Log:
  Case-sensitive (bug #40468)
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/strings/functions/str-replace.xml?r1=1.21&r2=1.22&diff_format=u
Index: phpdoc/en/reference/strings/functions/str-replace.xml
diff -u phpdoc/en/reference/strings/functions/str-replace.xml:1.21 
phpdoc/en/reference/strings/functions/str-replace.xml:1.22
--- phpdoc/en/reference/strings/functions/str-replace.xml:1.21  Mon Feb 26 
07:42:02 2007
+++ phpdoc/en/reference/strings/functions/str-replace.xml       Fri Mar 23 
17:10:16 2007
@@ -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>
@@ -111,6 +111,13 @@
     &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
       needles (<parameter>search</parameter>) will be returned in

Reply via email to