|
PHP5中文手册
dbase_get_header_info(PHP 5) dbase_get_header_info — Gets the header info of a database 说明
array dbase_get_header_info
( int $dbase_identifier
)
Returns information on the column structure of the given database link identifier. 返回值An 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, FALSE is returned. 范例
Example#1 Showing header information for a dBase database file
<?php |