jeroen          Mon Sep 17 17:33:40 2001 EDT

  Modified files:              
    /phpdoc/en/functions        strings.xml 
  Log:
  Moved note about when second parameter was added to [l|r]trim a 'bit' more to
  the top. Maybe we should make it a habit to place it right under the prototype?
  That's where it belongs IMHO...
  
  
Index: phpdoc/en/functions/strings.xml
diff -u phpdoc/en/functions/strings.xml:1.110 phpdoc/en/functions/strings.xml:1.111
--- phpdoc/en/functions/strings.xml:1.110       Fri Sep 14 21:46:41 2001
+++ phpdoc/en/functions/strings.xml     Mon Sep 17 17:33:40 2001
@@ -1,5 +1,5 @@
 <?xml encoding="iso-8859-1"?>
-<!-- $Revision: 1.110 $ -->
+<!-- $Revision: 1.111 $ -->
  <reference id="ref.strings">
   <title>String functions</title>
   <titleabbrev>Strings</titleabbrev>
@@ -1385,6 +1385,11 @@
       </paramdef>
      </funcprototype>
     </funcsynopsis>
+    <note>
+     <simpara>
+      The second parameter was added in PHP 4.0.7
+     </simpara>
+    </note>
     <para>
      This function returns a string with whitespace stripped from the
      beginning of <parameter>str</parameter>.
@@ -1457,11 +1462,6 @@
       </programlisting>
      </para>
     </example>
-    <note>
-     <simpara>
-      The second parameter was added in PHP 4.0.7
-     </simpara>
-    </note>
     <para>
      See also <function>trim</function> and <function>rtrim</function>.
     </para>
@@ -1766,6 +1766,11 @@
       </paramdef>
      </funcprototype>
     </funcsynopsis>
+    <note>
+     <simpara>
+      The second parameter was added in PHP 4.0.7
+     </simpara>
+    </note>
     <para>
      This function returns a string with whitespace stripped from the
      end of <parameter>str</parameter>.
@@ -1838,11 +1843,6 @@
       </programlisting>
      </para>
     </example>
-    <note>
-     <simpara>
-      The second parameter was added in PHP 4.0.7
-     </simpara>
-    </note>
     <para>
      See also <function>trim</function> and <function>ltrim</function>.
     </para>
@@ -3649,6 +3649,11 @@
       </paramdef>
      </funcprototype>
     </funcsynopsis>
+    <note>
+     <simpara>
+      The second parameter was added in PHP 4.0.7
+     </simpara>
+    </note>
     <para>
      This function returns a string with whitespace stripped from the
      beginning and end of <parameter>str</parameter>.
@@ -3721,11 +3726,6 @@
       </programlisting>
      </para>
     </example>
-    <note>
-     <simpara>
-      The second parameter was added in PHP 4.0.7
-     </simpara>
-    </note>
     <para>
      See also <function>ltrim</function> and <function>rtrim</function>.
     </para>


Reply via email to