mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Document file level support
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340780 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
4273848c70
commit
230b80a1fd
1 changed files with 2 additions and 1 deletions
|
@ -14,10 +14,11 @@
|
|||
</para>
|
||||
<para>
|
||||
dBase files are simple sequential files of fixed length records.
|
||||
Records are appended to the end of the file and delete records are
|
||||
Records are appended to the end of the file and deleted records are
|
||||
kept until you call <function>dbase_pack</function>.
|
||||
</para>
|
||||
<para>
|
||||
Only dbf file levels 3 (dBASE III+) - 5 (dBASE V) are supported.
|
||||
The types of dBase fields available are:
|
||||
<table>
|
||||
<title>Available types of fields</title>
|
||||
|
|
Loading…
Reference in a new issue