|
dbase_get_header_info
Gets the header info of a database
(PHP 5)
Example 477. Showing header information for a dBase database file<?php Code Examples / Notes » dbase_get_header_infochristoph dot eck
Field Types ********* Not all field types of DBase are supported. Look below for the internal field type definitions of PHP 5.1.x. The storage symbols of DBase are C (stands for character), D (date) , I (integer), N (number), L (boolean), M (memo). All other symbols like B, @, l, +, F, O and G are defined as unknown. Sources ********* http://www.dbase.com/KnowledgeBase/int/db7_file_fmt.htm PHP-Source-5.1.6 ext/dbase/dbase.c (line 786) |