pollita         Fri Jun 20 13:49:06 2003 EDT

  Modified files:              
    /phpdoc/en/reference/strings/functions      str-ireplace.xml 
                                                str-replace.xml 
  Log:
  Extended note about count parameter.  Clean up surrounding text.
  
Index: phpdoc/en/reference/strings/functions/str-ireplace.xml
diff -u phpdoc/en/reference/strings/functions/str-ireplace.xml:1.4 
phpdoc/en/reference/strings/functions/str-ireplace.xml:1.5
--- phpdoc/en/reference/strings/functions/str-ireplace.xml:1.4  Mon Jun 16 11:14:47 
2003
+++ phpdoc/en/reference/strings/functions/str-ireplace.xml      Fri Jun 20 13:49:06 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
   <refentry id="function.str-ireplace">
    <refnamediv>
@@ -61,9 +61,10 @@
     </para>
     <note>
      <simpara>
-      As of <literal>PHP 5.0</literal> the number of matched and replaced
-      <parameter>needle</parameter>s will be returned in
+      As of <literal>PHP 5.0.0</literal> the number of matched and replaced
+      <parameter>needles</parameter> will be returned in
       <parameter>count</parameter> which is passed by reference.
+      Prior to <literal>PHP 5.0.0</literal> this parameter is not available.
      </simpara>
     </note>
     <para>
Index: phpdoc/en/reference/strings/functions/str-replace.xml
diff -u phpdoc/en/reference/strings/functions/str-replace.xml:1.7 
phpdoc/en/reference/strings/functions/str-replace.xml:1.8
--- phpdoc/en/reference/strings/functions/str-replace.xml:1.7   Fri Jun 20 12:01:59 
2003
+++ phpdoc/en/reference/strings/functions/str-replace.xml       Fri Jun 20 13:49:06 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
 <!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
   <refentry id="function.str-replace">
    <refnamediv>
@@ -83,9 +83,10 @@
     </note>
     <note>
      <simpara>
-      As of <literal>PHP 5.0</literal> the number of matched and replaced
-      <parameter>needle</parameter>s will be returned in
+      As of <literal>PHP 5.0.0</literal> the number of matched and replaced
+      <parameter>needles</parameter> will be returned in
       <parameter>count</parameter> which is passed by reference.
+      Prior to <literal>PHP 5.0.0</literal> this parameter is not available.
      </simpara>
     </note>
     <para>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to