   #PHP Manual SQLite sqlite_next sqlite_num_rows

   PHP Manual
   Prev  Next
   ______________________________________________________________________

                               sqlite_num_fields

   (no version information, might be only in CVS)
   sqlite_num_fields -- Returns the number of fields in a result set.

Description

   int sqlite_num_fields ( resource result)

   Returns the number of fields in the result set.

   See also sqlite_column() and sqlite_num_rows().
   ______________________________________________________________________

   Prev        Home            Next
   sqlite_next  Up  sqlite_num_rows
