jsjohnst                Thu May 13 22:03:12 2004 EDT

  Modified files:              
    /phpdoc/en/reference/strings/functions      substr-count.xml 
  Log:
  Added a note that substr_count's needle is case sensitive.
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/substr-count.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/strings/functions/substr-count.xml
diff -u phpdoc/en/reference/strings/functions/substr-count.xml:1.5 
phpdoc/en/reference/strings/functions/substr-count.xml:1.6
--- phpdoc/en/reference/strings/functions/substr-count.xml:1.5  Mon Dec 15 11:53:50 
2003
+++ phpdoc/en/reference/strings/functions/substr-count.xml      Thu May 13 22:03:12 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/strings.xml, last change in rev 1.27 -->
   <refentry id="function.substr-count">
    <refnamediv>
@@ -16,7 +16,8 @@
     <para>
      <function>substr_count</function> returns the number of times the
      <parameter>needle</parameter> substring occurs in the
-     <parameter>haystack</parameter> string.
+     <parameter>haystack</parameter> string. Please note that
+     <parameter>needle</parameter> is case sensitive.
     </para>
 
     <para>

Reply via email to