sqlite_seekSQLiteResult-seek

 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.