sqlite_has_more Returns whether or not more rows are available. Description boolsqlite_has_more resourceresult 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.