bool sqlite_valid ( resource $result )
Object oriented style (method): bool SQLiteResult::valid ( void )
bool SQLiteUnbuffered::valid ( void )
Finds whether more rows are available from the given result handle.
Returns TRUE if there are more rows available from the result handle, or FALSE otherwise.