|
PHP5中文手册
sqlite_rewindSQLiteResult->rewind(No version information available, might be only in CVS) SQLiteResult->rewind — Seek to the first row number 说明
bool sqlite_rewind
( resource $result
)
Object oriented style (method): SQLiteResult
sqlite_rewind() seeks back to the first row in the given result set. 参数
返回值Returns FALSE if there are no rows in the result set, TRUE otherwise. |