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.