PHP Handbuch | ||
---|---|---|
Zurück | Nach vorne |
(no version information, might be only in CVS)
dba_key_split -- Splits a key in string representation into array representationdba_key_split() returns an array of the form array(0=>group,1=>value_name). This function will return FALSE if key is NULL or FALSE.
key is the key in string representation.
See also dba_firstkey(), dba_nextkey() and dba_fetch().
Zurück | Zum Anfang | Nach vorne |
dba_insert | Nach oben | dba_list |