Date: 10/27/00
- Next message: Damien Seguy: "[PHP-DOC] cvs: phpdoc /fr/chapters install.xml"
- Previous message: Damien Seguy: "[PHP-DOC] cvs: phpdoc /fr/chapters intro.xml"
- Next in thread: Damien Seguy: "[PHP-DOC] cvs: phpdoc /fr/functions strings.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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ère de chaque mot de la chaîne <parameter>str</parameter> si ce caractère est une lettre.
+ <function>ucwords</function> met le premier caractère de chaque mot
+ de la chaîne <parameter>str</parameter> si ce caractè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>.
- Next message: Damien Seguy: "[PHP-DOC] cvs: phpdoc /fr/chapters install.xml"
- Previous message: Damien Seguy: "[PHP-DOC] cvs: phpdoc /fr/chapters intro.xml"
- Next in thread: Damien Seguy: "[PHP-DOC] cvs: phpdoc /fr/functions strings.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

