yohgaki         Tue Feb 12 04:13:33 2002 EDT

  Modified files:              
    /phpdoc/en/functions        strings.xml 
  Log:
  Clarify strstr() description a little
  
  
Index: phpdoc/en/functions/strings.xml
diff -u phpdoc/en/functions/strings.xml:1.160 phpdoc/en/functions/strings.xml:1.161
--- phpdoc/en/functions/strings.xml:1.160       Fri Feb  8 09:12:05 2002
+++ phpdoc/en/functions/strings.xml     Tue Feb 12 04:13:12 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.160 $ -->
+<!-- $Revision: 1.161 $ -->
  <reference id="ref.strings">
   <title>String functions</title>
   <titleabbrev>Strings</titleabbrev>
@@ -3172,8 +3172,9 @@
       <methodparam><type>string</type><parameter>needle</parameter></methodparam>
      </methodsynopsis>
     <para>
-     Returns all of <parameter>haystack</parameter> from the first
-     occurrence of <parameter>needle</parameter> to the end.
+     Returns part of <parameter>haystack</parameter> string from the
+     first occurrence of <parameter>needle</parameter> to the end of
+     <parameter>haystack</parameter>.
     </para>
     <para>
      If <parameter>needle</parameter> is not found, returns &false;.


Reply via email to