reference/array/functions/array-change-key-case.xml
58d11dfe19531e1355980b2892964c07dd8e8068
...
...
@@ -11,7 +11,7 @@
11
11
<methodsynopsis>
12
12
<type>array</type><methodname>array_change_key_case</methodname>
13
13
<methodparam><type>array</type><parameter>array</parameter></methodparam>
14
-
<methodparam choice="opt"><type>int</type><parameter>case</parameter><initializer>CASE_LOWER</initializer></methodparam>
14
+
<methodparam choice="opt"><type>int</type><parameter>case</parameter><initializer><constant>CASE_LOWER</constant></initializer></methodparam>
15
15
</methodsynopsis>
16
16
<para>
17
17
Returns an array with all keys from <parameter>array</parameter> lowercased
...
...
@@ -50,16 +50,7 @@
50
50
<refsect1 role="returnvalues">
51
51
&reftitle.returnvalues;
52
52
<para>
53
-
Returns an array with its keys lower or uppercased, or &false; if
54
-
<parameter>array</parameter> is not an array.
55
-
</para>
56
-
</refsect1>
57
-

58
-
<refsect1 role="errors">
59
-
&reftitle.errors;
60
-
<para>
61
-
Throws <constant>E_WARNING</constant> if <parameter>array</parameter> is
62
-
not an array.
53
+
Returns an array with its keys lower or uppercased.
63
54
</para>
64
55
</refsect1>
65
56

...
...
@@ -101,7 +92,6 @@ Array
101
92
</note>
102
93
</refsect1>
103
94
</refentry>
104
-

105
95
<!-- Keep this comment at the end of the file
106
96
Local variables:
107
97
mode: sgml
108
98