update : 2015.11.03
php.shukuma.com검색:
|
dbase_get_header_info(PHP 5, PHP 7) 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, 예제
Example #1 Showing header information for a dBase database file
<?php |