|
dbase_get_header_infoGets the header info of a database Description
array dbase_get_header_info(resource
$database )Returns information on the column structure of the given database resource. Parameters
Return ValuesAn indexed array with an entry for each column in the database. The array index starts at 0. Each array element contains an associative array of column information, as described here:
If the database header information cannot be read, Changelog
Examples
Example #1 Showing header information for a dBase database file
|