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

search for in the

SQLite3> <SQLite Functions
Last updated: Fri, 04 Jul 2008

view this page in

sqlite_valid

SQLiteResult->valid

SQLiteUnbuffered->valid

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

SQLiteUnbuffered->valid — Indica si hay más filas disponibles en el resultado

Descripción

bool sqlite_valid ( resource $manejador_resultado )

Método que sigue el estilo orientado a objetos:

SQLiteResult
bool valido ( void )
SQLiteUnbuffered
bool valido ( void )

Indica si hay más filas disponibles en el resultado identificado por el parámetro manejador_resultado .

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.

Note: Esta funcion no puede usarse con resultados que no se encuentren almacenados en un almacenador intermedio (buffer).

Valores retornados

Devuelve TRUE si hay más filas disponibles en el resultado identificado por manejador_resultado o FALSE en cualquier otro caso.



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

SQLite3> <SQLite Functions
Last updated: Fri, 04 Jul 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites