|
PHP5中文手册
sqlite_seekSQLiteResult->seek(No version information available, might be only in CVS) SQLiteResult->seek — Seek to a particular row number of a buffered result set 说明
bool sqlite_seek
( resource $result
, int $rownum
)
Object oriented style (method): SQLiteResult
bool seek
( int $rownum
)
sqlite_seek() seeks to the row given by the parameter rownum . 参数
返回值Returns FALSE if the row does not exist, TRUE otherwise. |