Manuál PHP | ||
---|---|---|
Předcházející | Další |
(PHP 5)
sqlite_num_fields(no version information, might be only in CVS)
SQLiteResult->numFields(no version information, might be only in CVS)
SQLiteUnbuffered->numFields -- Returns the number of fields in a result setObject oriented style (method):
class SQLiteResult {
Returns the number of fields in the result
set.
result
The SQLite result resource. This parameter is not required when using the object-oriented method.
Předcházející | Domů | Další |
sqlite_next | Nahoru | sqlite_num_rows |