[PHP-DOC] cvs: phpdoc /en/functions strings.xml From: jim winstead (jimw <email protected>)
Date: 10/30/01

jimw Tue Oct 30 19:45:52 2001 EDT

  Modified files:
    /phpdoc/en/functions strings.xml
  Log:
  add see also for ucwords to strtolower, strtoupper, and ucfirst
  
Index: phpdoc/en/functions/strings.xml
diff -u phpdoc/en/functions/strings.xml:1.118 phpdoc/en/functions/strings.xml:1.119
--- phpdoc/en/functions/strings.xml:1.118 Sun Oct 28 20:51:33 2001
+++ phpdoc/en/functions/strings.xml Tue Oct 30 19:45:52 2001
@@ -1,5 +1,5 @@
 <?xml encoding="iso-8859-1"?>
-<!-- $Revision: 1.118 $ -->
+<!-- $Revision: 1.119 $ -->
  <reference id="ref.strings">
   <title>String functions</title>
   <titleabbrev>Strings</titleabbrev>
@@ -3275,8 +3275,9 @@
      </programlisting>
     </example>
     <para>
- See also <function>strtoupper</function>
- and <function>ucfirst</function>.
+ See also <function>strtoupper</function>,
+ <function>ucfirst</function>,
+ and <function>ucwords</function>.
     </para>
    </refsect1>
   </refentry>
@@ -3312,8 +3313,9 @@
      </programlisting>
     </example>
     <para>
- See also <function>strtolower</function>
- and <function>ucfirst</function>.
+ See also <function>strtolower</function>,
+ <function>ucfirst</function>,
+ and <function>ucwords</function>.
     </para>
    </refsect1>
   </refentry>
@@ -3789,8 +3791,9 @@
      </example>
     </para>
     <para>
- See also <function>strtoupper</function> and
- <function>strtolower</function>.
+ See also <function>strtolower</function> and
+ <function>strtoupper</function>,
+ and <function>ucwords</function>.
     </para>
    </refsect1>
   </refentry>