Query: sqlite_num_fields
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SQLITE_NUM_FIELDS(3) SQLITE_NUM_FIELDS(3) sqlite_num_fields - Returns the number of fields in a result setSYNOPSISint sqlite_num_fields (resource $result)DESCRIPTIONObject oriented style (method): int SQLiteResult::numFields (void ) int SQLiteUnbuffered::numFields (void ) Returns the number of fields in the $result set.PARAMETERSo $result - The SQLite result resource. This parameter is not required when using the object-oriented method.RETURN VALUESReturns the number of fields, as an integer.SEE ALSOsqlite_changes(3), sqlite_num_rows(3). PHP Documentation Group SQLITE_NUM_FIELDS(3)
Related Man Pages |
---|
sqlite_changes(3) - php |
sqlite_fetch_single(3) - php |
sqlite_num_rows(3) - php |
sqlite_query(3) - php |
mysqli_result.field_count(3) - php |
Similar Topics in the Unix Linux Community |
---|
User Guide: Posting in the Emergency Forum |
UNIX.COM 2017 Year End Summary |
New Code Tags (Syntax Highlighting) |
Status of UNIX.COM Forum Transformation |