mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
LCFirst()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@151690 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
75a7ec56f0
commit
1e585885c7
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue