![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
|||||||||||
XXII. dBase FunctionsIntroductionThese functions allow you to access records stored in dBase-format (dbf) databases. dBase files are simple sequential files of fixed length records. Records are appended to the end of the file and delete records are kept until you call dbase_pack(). The types of dBase fields available are: Table 1. Available types of fields
InstallationIn order to enable the bundled dbase library and to use these functions, you must compile PHP with the --enable-dbase option. Runtime ConfigurationThis extension has no configuration directives defined in php.ini. Resource TypesThis extension has no resource types defined. ExamplesMany examples in this reference require a dBase database. We will use /tmp/test.dbf that will be created in the example of dbase_create(). Predefined ConstantsThis extension has no constants defined.
Copyright © 1997 - 2007 by the PHP Documentation Group. This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later. A copy of the Open Publication License is distributed with this manual, the latest version is presently available at http://www.opencontent.org/openpub/. Please see full copyright text at http://www.php.net/manual/en/copyright.php Original version of the above documentation is available at http://www.php.net/manual/en/ |
|