vrana Thu Jun 23 04:16:55 2005 EDT
Modified files:
/phpdoc/en/reference/strings/functions setlocale.xml
Log:
Accepting int is preffered
http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/setlocale.xml?r1=1.24&r2=1.25&ty=u
Index: phpdoc/en/reference/strings/functions/setlocale.xml
diff -u phpdoc/en/reference/strings/functions/setlocale.xml:1.24
phpdoc/en/reference/strings/functions/setlocale.xml:1.25
--- phpdoc/en/reference/strings/functions/setlocale.xml:1.24 Sun Jun 5
23:23:26 2005
+++ phpdoc/en/reference/strings/functions/setlocale.xml Thu Jun 23 04:16:55 2005
@@ -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>