|
Programming Links Programowanie PHP - Programowanie PHP - Artykuły PHP - Wiadomości PHP - Porady Aplikacje internetowe Other Links Funny Jokes Sudoku puzzle DMOZ Directory |
||||||||||||||||||||||||||
XXV. 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.
|