LCFirst()

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@151690 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Mehdi Achour 2004-02-18 11:17:37 +00:00
parent 75a7ec56f0
commit 1e585885c7

View file

@ -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>