sqlite_has_more

 bool sqlite_has_more ( resource $result ) 

説明

Finds whether more rows are available from the given result set.

戻り値

Returns TRUE if there are more rows available from the result handle, or FALSE otherwise.