   #PHP Manual SQLite sqlite_libversion sqlite_num_fields

   PHP Manual
   Prev  Next
   ______________________________________________________________________

                                  sqlite_next

   (no version information, might be only in CVS)
   sqlite_next -- Seek to the next row number.

Description

   bool sqlite_next ( resource result)

   sqlite_next() advances the result handle result to the next row.
   Returns FALSE if there are no more rows, TRUE otherwise.

     Note: This function cannot be used with unbuffered result handles.

   See also sqlite_seek(), sqlite_current() and sqlite_rewind().
   ______________________________________________________________________

   Prev              Home              Next
   sqlite_libversion  Up  sqlite_num_fields
