|
PHP5中文手册
sqlite_prevSQLiteResult->prev(No version information available, might be only in CVS) SQLiteResult->prev — Seek to the previous row number of a result set 说明
bool sqlite_prev
( resource $result
)
Object oriented style (method): SQLiteResult
sqlite_prev() seeks back the result handle to the previous row. 参数
返回值Returns TRUE on success, or FALSE if there are no more previous rows. |