sqlite_has_more

Returns whether or not more rows are available. ()
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().

This HTML Help has been published using the chm2web software.