philip          Tue Jan  1 17:56:14 2002 EDT

  Modified files:              
    /phpdoc/en/functions        strings.xml 
  Log:
  Notes: Removed unneeded ones, modifed a few others.  We don't need a note 
         to declare when a function came into existence.
  chunk_split: See also explode, split and wordwrap
  
  
Index: phpdoc/en/functions/strings.xml
diff -u phpdoc/en/functions/strings.xml:1.146 phpdoc/en/functions/strings.xml:1.147
--- phpdoc/en/functions/strings.xml:1.146       Sun Dec 30 03:50:53 2001
+++ phpdoc/en/functions/strings.xml     Tue Jan  1 17:56:13 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.146 $ -->
+<!-- $Revision: 1.147 $ -->
  <reference id="ref.strings">
   <title>String functions</title>
   <titleabbrev>Strings</titleabbrev>
@@ -89,10 +89,6 @@
 ]]>
       </programlisting>
      </informalexample>
-     <note>
-      <simpara>
-       Added in PHP 4</simpara>
-     </note>
     </para>
     <para>
      See also <function>stripcslashes</function>, 
@@ -257,14 +253,11 @@
 ]]>
       </programlisting>
      </example>
-     This function is significantly faster than
-     <function>ereg_replace</function>.
-     <note>
-      <para>
-       This function was added in 3.0.6.
-      </para>
-     </note>
     </para>
+    <simpara>
+     See also <function>explode</function>, <function>split</function> 
+     and <function>word_wrap</function>.
+    </simpara>
    </refsect1>
   </refentry>
 
@@ -384,11 +377,6 @@
       </listitem> 
      </itemizedlist>
     </para>
-    <note>
-     <para>
-      This function was added in PHP 4.0.
-     </para> 
-    </note>
    </refsect1>
   </refentry>
 
@@ -1422,11 +1410,6 @@
     <para>
      The constant CHAR_MAX is also defined for the use mentioned above.
     </para>
-    <note>
-     <para>
-      Added in PHP 4.0.5
-     </para>
-    </note>
     <para>
      See also: <function>setlocale</function>.
     </para>
@@ -2616,11 +2599,6 @@
      Note that this comparison is case sensitive, and unlike
      <function>strcmp</function> this function is not binary safe.
     </simpara>
-    <note>
-     <simpara>
-      Added in PHP 4.0.5.
-     </simpara>
-    </note>
     <simpara>
      See also <function>ereg</function>, <function>strcmp</function>,
      <function>strcasecmp</function>, <function>substr</function>,
@@ -2732,11 +2710,6 @@
      Returns a string with backslashes stripped off. Recognizes
      C-like <literal>\n</literal>, <literal>\r</literal> ..., octal
      and hexadecimal representation.
-     <note>
-      <simpara>
-       Added in PHP4b3-dev.
-      </simpara>
-     </note>
     </para>
     <simpara>
      See also <function>addcslashes</function>.
@@ -3210,11 +3183,6 @@
     <para>
      This will output "-=-=-=-=-=-=-=-=-=-=".
     </para>
-    <note>
-     <para>
-      This function was added in PHP 4.0.
-     </para> 
-    </note>
    </refsect1>
   </refentry>
 
@@ -3702,7 +3670,8 @@
     </para>
     <note>
      <simpara>
-      This feature (two arguments) was added in PHP 4.0.
+      This optional <parameter>to</parameter> and 
+      <parameter>from</parameter> parameters were added in PHP 4.0.0
      </simpara>
     </note>
     <para>
@@ -3910,11 +3879,6 @@
      See also <function>str_replace</function> and
      <function>substr</function>.
     </para>
-    <note>
-     <simpara>
-      <function>substr_replace</function> was added in PHP 4.0.
-     </simpara>
-    </note>
    </refsect1>
   </refentry>
 
@@ -3943,7 +3907,8 @@
     </funcsynopsis>
     <note>
      <simpara>
-      The second parameter was added in PHP 4.1.0
+      The optional <parameter>charlist</parameter> parameter was 
+      added in PHP 4.1.0
      </simpara>
     </note>
     <para>
@@ -4222,7 +4187,7 @@
      (See second example).
      <note>
       <para>
-       The <parameter>cut</parameter> parameter was added in PHP 4.0.3.
+       The optional <parameter>cut</parameter> parameter was added in PHP 4.0.3
       </para>
      </note>
     </para>


Reply via email to