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. Примеры
Пример #1 Showing header information for a dBase database file
<?php |
|
|
| © 2009 Тест скорости интернета | Boont.Ru |