mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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
This commit is contained in:
parent
d6f8b1075d
commit
a66d0d0a11
1 changed files with 2 additions and 0 deletions
|
@ -49,6 +49,8 @@
|
|||
An associative array with the record. This will also include a key named
|
||||
<literal>deleted</literal> which is set to 1 if the record has been marked
|
||||
for deletion (see <function>dbase_delete_record</function>).
|
||||
Therefore it is not possible to retrieve the value of a field named
|
||||
<literal>delete</literal> with this function.
|
||||
</para>
|
||||
<para>
|
||||
Each field is converted to the appropriate PHP type, except:
|
||||
|
|
Loading…
Reference in a new issue