From 576e684a19d8016ce583138ab9765e62c03bb234 Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Thu, 13 Nov 2003 13:04:09 +0000 Subject: [PATCH] correct the types clarify the function purpose (was buggy) reformat see also and put it in the end of the reference git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@144271 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/dba/functions/dba-key-split.xml | 24 ++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/reference/dba/functions/dba-key-split.xml b/reference/dba/functions/dba-key-split.xml index d5a0df94f4..431c8ac22a 100755 --- a/reference/dba/functions/dba-key-split.xml +++ b/reference/dba/functions/dba-key-split.xml @@ -1,5 +1,5 @@ - + @@ -9,20 +9,16 @@ Description - array|falsedba_key_split - string|falsekey + mixeddba_key_split + mixedkey - dba_key_split returns &false; if key is NULL of - &false; or an array of the form array(0=>group,1=>value_name). + dba_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 the key in string representation. - - - See also: - dba_firstkey, dba_nextkey - and dba_fetch. + key is the key in string representation. @@ -31,6 +27,12 @@ + + See also + dba_firstkey, + dba_nextkey and + dba_fetch. +