PHP Velho Oeste 2024

sqlite_next

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

sqlite_nextMove para a próxima linha.

Descrição

sqlite_next ( resource $result ) : bool

sqlite_next() avança o conjunto de resultados result para a próxima linha. Retorna FALSE se não houverem mais linhas, TRUE em outro caso.

Nota:

Esta função não pode ser usada com query sem buffer.

Veja também sqlite_seek(), sqlite_current() e sqlite_rewind().

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top