From a66d0d0a110d473c3757eca04c1fe9781093c3e9 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Fri, 28 Oct 2016 18:33:38 +0000 Subject: [PATCH] Document that fields named 'deleted' can't be retrieved git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340771 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/dbase/functions/dbase-get-record-with-names.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reference/dbase/functions/dbase-get-record-with-names.xml b/reference/dbase/functions/dbase-get-record-with-names.xml index 0ee69d90e2..dd99b85fb7 100644 --- a/reference/dbase/functions/dbase-get-record-with-names.xml +++ b/reference/dbase/functions/dbase-get-record-with-names.xml @@ -49,6 +49,8 @@ An associative array with the record. This will also include a key named deleted which is set to 1 if the record has been marked for deletion (see dbase_delete_record). + Therefore it is not possible to retrieve the value of a field named + delete with this function. Each field is converted to the appropriate PHP type, except: