sqlite_num_fields
SQLiteResult->numFields
SQLiteUnbuffered->numFields
Returns the number of fields in a result set
Description
intsqlite_num_fields
resourceresult
Object oriented style (method):
SQLiteResult
intnumFields
SQLiteUnbuffered
intnumFields
Returns the number of fields in the result set.
See also sqlite_column and
sqlite_num_rows.