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().