sqlite_seekSQLiteResult-seek

Example

 bool sqlite_seek ( resource $result , int $rownum ) 

Description

Object oriented style (method): bool SQLiteResult::seek ( int $rownum )
sqlite_seek() seeks to the row given by the parameter rownum.

Return Values

Returns FALSE if the row does not exist, TRUE otherwise.