update : 2015.11.03
php.shukuma.com

검색:
 
 
Seek to the next row number

sqlite_next

SQLiteResult::next

SQLiteUnbuffered::next

(PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)

sqlite_next -- SQLiteResult::next -- SQLiteUnbuffered::nextSeek to the next row number

설명

bool sqlite_next ( resource $result )

객체 기반 형식 (method):

bool SQLiteResult::next ( void )
bool SQLiteUnbuffered::next ( void )

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.

참고