©
이 문서에서는 PHP 중국어 웹사이트 매뉴얼 풀어 주다
(PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)
sqlite_next -- SQLiteResult::next -- SQLiteUnbuffered::next — Seek to the next row number
$result
)面向对象风格 (method):
sqlite_next() advances the result handle
result
to the next row.
result
The SQLite result resource. This parameter is not required when using the object-oriented method.
Returns TRUE
on success, or FALSE
if there are no more rows.