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

search for in the

sqlite_num_fields> <sqlite_libversion
Last updated: Fri, 18 Jul 2008

view this page in

sqlite_next

SQLiteResult->next

SQLiteUnbuffered->next

(No version information available, might be only in CVS)

SQLiteUnbuffered->next — Se desplaza hasta el siguiente número de fila

Descripción

bool sqlite_next ( resource $manejador_resultado )

Método que sigue el estilo orientado a objetos:

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

sqlite_next() desplaza el manejador de resultado (indicado en el parámetro manejador_resultado ) hasta la siguiente fila.

Lista de parámetros

manejador_resultado

El identificador del resultado de SQLite. Este parámetro no es obligatorio cuando se emplea el método orientado a objetos.

Valores retornados

Devuelve TRUE en caso de éxito o FALSE si no existen más filas.



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

sqlite_num_fields> <sqlite_libversion
Last updated: Fri, 18 Jul 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites