mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-21 19:38:56 +00:00
57 lines
1.6 KiB
XML
57 lines
1.6 KiB
XML
![]() |
<?xml version="1.0" encoding="iso-8859-1"?>
|
||
|
<!-- $Revision: 1.1 $ -->
|
||
|
<!-- splitted from ./en/functions/dba.xml, last change in rev 1.2 -->
|
||
|
<refentry id="function.dba-key-split">
|
||
|
<refnamediv>
|
||
|
<refname>dba_key_split</refname>
|
||
|
<refpurpose>Splits a key in string representation into array representation</refpurpose>
|
||
|
</refnamediv>
|
||
|
<refsect1>
|
||
|
<title>Description</title>
|
||
|
<methodsynopsis>
|
||
|
<type>array|false</type><methodname>dba_key_split</methodname>
|
||
|
<methodparam><type>string|false</type><parameter>key</parameter></methodparam>
|
||
|
</methodsynopsis>
|
||
|
<para>
|
||
|
<function>dba_key_split</function> returns &false; if key is NULL of
|
||
|
&false; or an array of the form array(0=>group,1=>value_name).
|
||
|
</para>
|
||
|
<para>
|
||
|
<parameter>key</parameter> the key in string representation.
|
||
|
</para>
|
||
|
<para>
|
||
|
See also:
|
||
|
<function>dba_firstkey</function>, <function>dba_nextkey</function>
|
||
|
and <function>dba_fetch</function>.
|
||
|
</para>
|
||
|
<para>
|
||
|
<note>
|
||
|
<simpara>
|
||
|
This function is available since PHP 5.0.0.
|
||
|
</simpara>
|
||
|
</note>
|
||
|
</para>
|
||
|
</refsect1>
|
||
|
</refentry>
|
||
|
|
||
|
<!-- Keep this comment at the end of the file
|
||
|
Local variables:
|
||
|
mode: sgml
|
||
|
sgml-omittag:t
|
||
|
sgml-shorttag:t
|
||
|
sgml-minimize-attributes:nil
|
||
|
sgml-always-quote-attributes:t
|
||
|
sgml-indent-step:1
|
||
|
sgml-indent-data:t
|
||
|
indent-tabs-mode:nil
|
||
|
sgml-parent-document:nil
|
||
|
sgml-default-dtd-file:"../../../../manual.ced"
|
||
|
sgml-exposed-tags:nil
|
||
|
sgml-local-catalogs:nil
|
||
|
sgml-local-ecat-files:nil
|
||
|
End:
|
||
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||
|
vim: et tw=78 syn=sgml
|
||
|
vi: ts=1 sw=1
|
||
|
-->
|