fbsql_num_fields

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

fbsql_num_fieldsGet number of fields in result

Opis

fbsql_num_fields ( resource $result ) : int

Returns the number of fields in the given result set.

Parametry

result

Identyfikator wyniku zwrócony przez fbsql_query() lub fbsql_db_query().

Zwracane wartości

Returns the number of fields, as an integer.

Zobacz też:

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top