mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Accepting int is preffered
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@189062 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
43f1c6be9b
commit
62b8f6d5ec
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.24 $ -->
|
||||
<!-- $Revision: 1.25 $ -->
|
||||
<!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.setlocale">
|
||||
<refnamediv>
|
||||
|
@ -10,13 +10,13 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>string</type><methodname>setlocale</methodname>
|
||||
<methodparam><type>mixed</type><parameter>category</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>category</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>locale</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>...</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<methodsynopsis>
|
||||
<type>string</type><methodname>setlocale</methodname>
|
||||
<methodparam><type>mixed</type><parameter>category</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>category</parameter></methodparam>
|
||||
<methodparam><type>array</type><parameter>locale</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue