didou Wed Feb 18 06:17:37 2004 EDT
Modified files: /phpdoc/en/reference/strings/functions setlocale.xml Log: LCFirst() http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/setlocale.xml?r1=1.19&r2=1.20&ty=u Index: phpdoc/en/reference/strings/functions/setlocale.xml diff -u phpdoc/en/reference/strings/functions/setlocale.xml:1.19 phpdoc/en/reference/strings/functions/setlocale.xml:1.20 --- phpdoc/en/reference/strings/functions/setlocale.xml:1.19 Tue Feb 17 21:04:00 2004 +++ phpdoc/en/reference/strings/functions/setlocale.xml Wed Feb 18 06:17:37 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.19 $ --> +<!-- $Revision: 1.20 $ --> <!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 --> <refentry id="function.setlocale"> <refnamediv> @@ -20,7 +20,7 @@ <methodparam><type>array</type><parameter>locale</parameter></methodparam> </methodsynopsis> <para> - <parameter>Category</parameter> is a named constant (or string) + <parameter>category</parameter> is a named constant (or string) specifying the category of the functions affected by the locale setting: <itemizedlist> @@ -61,7 +61,7 @@ </para> <note> <simpara> - As of PHP 4.2.0, passing <parameter>Category</parameter> as a string is + As of PHP 4.2.0, passing <parameter>category</parameter> as a string is deprecated, use the above constants instead. Passing them as a string (within quotes) will result in a warning message. </simpara>