FrontBase Функции
PHP Manual

fbsql_num_fields

(PHP 4 >= 4.0.6, PHP 5)

fbsql_num_fieldsGet number of fields in result

Описание

int fbsql_num_fields ( resource $result )

Returns the number of fields in the given result set.

Параметри

result

Резултатният идентификатор върнат от fbsql_query() или fbsql_db_query().

Връщани стойности

Returns the number of fields, as an integer.

Вж. също


FrontBase Функции
PHP Manual