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

search for in the

sqlite_num_fields> <sqlite_libversion
[edit] Last updated: Thu, 12 Jan 2012

view this page in

sqlite_next

SQLiteResult->next

SQLiteUnbuffered->next

(PHP 5, PECL sqlite >= 1.0.0)

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

Descrierea

bool sqlite_next ( resource $result )

Stil obiect-orientat (method):

bool next ( void )
bool next ( void )

sqlite_next() advances the result handle result to the next row.

Parametri

result

The SQLite result resource. This parameter is not required when using the object-oriented method.

Valorile întoarse

Returns TRUE on success, or FALSE if there are no more rows.

Vedeți de asemenea



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

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