downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

sqlite_num_fields> <sqlite_libversion
[edit] Last updated: Tue, 21 May 2013

view this page in

sqlite_next

SQLiteResult::next

SQLiteUnbuffered::next

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

sqlite_next -- SQLiteResult::next -- SQLiteUnbuffered::nextSi sposta al successivo numero di riga

Descrizione

bool sqlite_next ( resource $result )

Stile orientato agli oggetti (metodo):

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

La funzione sqlite_next() avanza il set di risultati indicato da result alla riga successiva.

Elenco dei parametri

result

Risorsa set di risultati di SQLite. Questo parametro non รจ richiesto nella versione ad oggetti.

Valori restituiti

Restituisce FALSE se non vi sono ulteriori righe, TRUE in caso contrario.

Vedere anche:



add a note add a note User Contributed Notes sqlite_next - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites