|
fbsql_list_fields(PHP 4 >= 4.0.6, PHP 5) fbsql_list_fields — List FrontBase result fields Описание
resource fbsql_list_fields
( string $database_name
, string $table_name
[, resource $link_identifier
] )
Retrieves information about the given table. Список параметров
Возвращаемые значенияReturns a result pointer which can be used with the fbsql_field_xxx functions, or FALSE on error. ОшибкиA string describing the error will be placed in $phperrmsg, and unless the function was called as @fbsql() then this error string will also be printed out. Примеры
Пример #1 fbsql_list_fields() example
<?php Результатом выполнения данного примера будет что-то подобное: field1 field2 field3 ... Смотрите также
|
|