vrana           Fri Feb 17 12:35:21 2006 UTC

  Modified files:              
    /phpdoc/en/reference/strings/functions      strpos.xml 
  Log:
  strrpos in PHP 5 accepts string needle
  
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/strings/functions/strpos.xml?r1=1.10&r2=1.11&diff_format=u
Index: phpdoc/en/reference/strings/functions/strpos.xml
diff -u phpdoc/en/reference/strings/functions/strpos.xml:1.10 
phpdoc/en/reference/strings/functions/strpos.xml:1.11
--- phpdoc/en/reference/strings/functions/strpos.xml:1.10       Fri Feb 17 
12:33:11 2006
+++ phpdoc/en/reference/strings/functions/strpos.xml    Fri Feb 17 12:35:21 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
 <!-- splitted from ./en/functions/strings.xml, last change in rev 1.8 -->
   <refentry id="function.strpos">
    <refnamediv>
@@ -20,7 +20,7 @@
      Returns the numeric position of the first occurrence of
      <parameter>needle</parameter> in the
      <parameter>haystack</parameter> string.  Unlike the
-     <function>strrpos</function>, this function can take a full
+     <function>strrpos</function> before PHP 5, this function can take a full
      string as the <parameter>needle</parameter> parameter and the
      entire string will be used.
     </para>

Reply via email to