sqlite_next

(PHP 5)

sqlite_next

(no version information, might be only in CVS)

SQLiteResult->next

(no version information, might be only in CVS)

SQLiteUnbuffered->next -- Déplace le pointeur SQLite vers la prochaine ligne

Description

bool sqlite_next ( resource result )

Style orienté objet (méthode)

class SQLiteResult {

bool next ( void )

}class SQLiteUnbuffered {

bool next ( void )

}

sqlite_next() avance le pointeur de résultat à la prochaine ligne du résultat result. sqlite_next() retourne FALSE s'il n'y a plus de lignes, et TRUE sinon.

Voir aussi sqlite_seek(), sqlite_current() et sqlite_rewind().