reference/dba/functions/dba-key-split.xml
9c4c9718261c2705fef2a490e3926751134aec32
...
...
@@ -10,8 +10,8 @@
10
10
<refsect1 role="description">
11
11
&reftitle.description;
12
12
<methodsynopsis>
13
-
<type>mixed</type><methodname>dba_key_split</methodname>
14
-
<methodparam><type>mixed</type><parameter>key</parameter></methodparam>
13
+
<type class="union"><type>array</type><type>false</type></type><methodname>dba_key_split</methodname>
14
+
<methodparam><type class="union"><type>string</type><type>false</type><type>null</type></type><parameter>key</parameter></methodparam>
15
15
</methodsynopsis>
16
16
<para>
17
17
<function>dba_key_split</function> splits a key (string representation)
...
...
@@ -52,7 +52,6 @@
52
52
</para>
53
53
</refsect1>
54
54
</refentry>
55
-

56
55
<!-- Keep this comment at the end of the file
57
56
Local variables:
58
57
mode: sgml
59
58