fbsql_num_fields

(PHP 4 >= 4.0.6, PHP 5, PHP 7)

fbsql_num_fieldsGet number of fields in result

Описание

fbsql_num_fields ( resource $result ) : int

Returns the number of fields in the given result set.

Список параметров

result

Идентификатор результата запроса, полученный из fbsql_query() или fbsql_db_query().

Возвращаемые значения

Returns the number of fields, as an integer.

Смотрите также