bool sqlite_seek ( resource $result , int $rownum )
Object oriented style (method): bool SQLiteResult::seek ( int $rownum )
sqlite_seek() seeks to the row given by the parameter rownum.
Returns FALSE if the row does not exist, TRUE otherwise.