php man page for sqlite_num_fields

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 set

SYNOPSIS
int sqlite_num_fields (resource $result)
DESCRIPTION
Object oriented style (method): int SQLiteResult::numFields (void ) int SQLiteUnbuffered::numFields (void ) Returns the number of fields in the $result set.
PARAMETERS
o $result - The SQLite result resource. This parameter is not required when using the object-oriented method.
RETURN VALUES
Returns the number of fields, as an integer.
SEE ALSO
sqlite_changes(3), sqlite_num_rows(3). PHP Documentation Group SQLITE_NUM_FIELDS(3)
Related Man Pages
pg_num_fields(3) - php
sqlite_column(3) - php
sqlite_current(3) - php
sqlite_fetch_all(3) - php
sqlite_unbuffered_query(3) - php
Similar Topics in the Unix Linux Community
UNIX.COM 2017 Year End Summary
Please Welcome Don Cragun as Lead Moderator
Please Welcome Ravinder Singh to the Moderation Team
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch
Please Welcome Nicki Paul to the Moderator Team!