sqlite_num_fields
SQLiteResult->numFields
SQLiteUnbuffered->numFields
Returns the number of fields in a result set
&reftitle.description;
intsqlite_num_fields
resourceresult
Object oriented style (method):
SQLiteResult
intnumFields
SQLiteUnbuffered
intnumFields
Returns the number of fields in the result set.
&reftitle.parameters;
result
The SQLite result resource. This parameter is not required when using
the object-oriented method.
&reftitle.returnvalues;
Returns the number of fields, as an integer.
&reftitle.seealso;
sqlite_changes
sqlite_num_rows