[PHP-DOC] cvs: phpdoc /fr/functions strings.xml From: Damien Seguy (dams <email protected>)
Date: 10/27/00

dams Fri Oct 27 08:28:16 2000 EDT

  Modified files:
    /phpdoc/fr/functions strings.xml
  Log:
  Adding note about behaviour of ucwords with abbreviations (Bug ID: 7493)
  
Index: phpdoc/fr/functions/strings.xml
diff -u phpdoc/fr/functions/strings.xml:1.4 phpdoc/fr/functions/strings.xml:1.5
--- phpdoc/fr/functions/strings.xml:1.4 Fri Oct 20 05:12:57 2000
+++ phpdoc/fr/functions/strings.xml Fri Oct 27 08:28:16 2000
@@ -2226,7 +2226,9 @@
      <paramdef>string <parameter>str</parameter></paramdef>
     </funcsynopsis>
     <para>
- Met le premier caract&egrave;re de chaque mot de la cha&icirc;ne <parameter>str</parameter> si ce caract&egrave;re est une lettre.
+ <function>ucwords</function> met le premier caract&egrave;re de chaque mot
+ de la cha&icirc;ne <parameter>str</parameter> si ce caract&egrave;re est une
+ lettre.
     <example>
        <title>Exemple avec <function>ucwords</function></title>
        <programlisting role="php">
@@ -2235,6 +2237,14 @@
        </programlisting>
     </example>
     </para>
+ <note>
+ <simpara>
+ La dfinition d'un mot est : une chane de caractres
+ immdiatement aprs un caractre blanc (c'est dire :
+ espace, form-feed, nouvelle ligne, retour chariot, tabulation horizontale,
+ et tabulation verticale).
+ </simpara>
+ </note>
     <para>
      Voir aussi <function>strtoupper</function>, <function>strtolower</function> et
      <function>ucfirst</function>.