KRISTOFFER BOHMANN
[BETA]
Forside
Om KB
Kompetencer
Referencer
dBase
dbase_add_record
dbase_close
dbase_create
dbase_delete_record
dbase_get_header_info
dbase_get_record
dbase_get_record_with_names
dbase_numfields
dbase_numrecords
dbase_open
dbase_pack
dbase_replace_record
Home
>
PHP
>
Function
>
dBase
>
dbase_get_header_info()
dbase_get_header_info()
dbase_get_header_info - Gets the header info of a database
Syntax
array
dbase_get_header_info
(
int
$dbase_identifier)
Arguments
dbase_identifier - The database link identifier, returned by dbase_open() or dbase_create().
Description
Returns information on the column structure of the given database link identifier.
Version
PHP 5
Return value
An indexed array with an entry for each column in the database. The array index starts at 0.