|
PHP5中文手册
sqlite_nextSQLiteResult->nextSQLiteUnbuffered->next(No version information available, might be only in CVS) SQLiteUnbuffered->next — Seek to the next row number 说明
bool sqlite_next
( resource $result
)
Object oriented style (method): SQLiteResult
SQLiteUnbuffered
sqlite_next() advances the result handle result to the next row. 参数
返回值Returns TRUE on success, or FALSE if there are no more rows. |