   #PHP Manual SQLite sqlite_field_name sqlite_last_error

   PHP Manual
   Prev  Next
   ______________________________________________________________________

                                sqlite_has_more

   (no version information, might be only in CVS)
   sqlite_has_more -- Returns whether or not more rows are available.

Description

   bool sqlite_has_more ( resource result)

   sqlite_has_more() returns TRUE if there are more rows available from
   the result handle, or FALSE otherwise.

   See also sqlite_num_rows() and sqlite_changes().
   ______________________________________________________________________

   Prev              Home              Next
   sqlite_field_name  Up  sqlite_last_error
