sqlite_rewind
SQLiteResult->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.
傿•°
- result
-
The SQLite result resource. This parameter is not required when using the object-oriented method.
Note: 本函数ä¸èƒ½ç”¨äºŽæœªç¼“å†²çš„ç»“æžœå¥æŸ„。
返回值
Returns FALSE if there are no rows in the result set, TRUE otherwise.