(no version information, might be only in CVS)
sqlite_has_more -- Retorna quando existem ou não mais linhas disponíveisA função sqlite_has_more() retorna TRUE se houverem mais linhas disponíveis em result ou FALSE se não houver.
Veja também sqlite_num_rows() e sqlite_changes().