reference/array/functions/array-key-last.xml
cd943f94a013b74df8765ab8e1a620a916a64a85
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="function.array-key-last" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>array_key_last</refname>
...
...
@@ -10,7 +9,7 @@
10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
11
<methodsynopsis>
13
-
<type>mixed</type><methodname>array_key_last</methodname>
12
+
<type class="union"><type>int</type><type>string</type><type>null</type></type><methodname>array_key_last</methodname>
14
13
<methodparam><type>array</type><parameter>array</parameter></methodparam>
15
14
</methodsynopsis>
16
15
<para>
...
...
@@ -50,7 +49,6 @@
50
49
</refsect1>
51
50

52
51
</refentry>
53
-

54
52
<!-- Keep this comment at the end of the file
55
53
Local variables:
56
54
mode: sgml
57
55