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

search for in the

sqlite_error_string> <sqlite_create_function
Last updated: Fri, 22 Aug 2008

view this page in

sqlite_current

(PHP 5, PECL sqlite:1.0-1.0.3)

sqlite_currentRetorna a linha atual do resultado como uma matriz.

Descrição

array sqlite_current ( resource $result [, int $result_type [, bool $decode_binary ]] )

sqlite_current() é identico a sqlite_fetch_array() só que não avança para a próxima linha antes de retornar os dados, retorna os dados apenas da posição atual.

Se a posição atual for após a ultima linha, esta função retorna FALSE

Nota: Esta função não irá funcionar com resultados de query sem buffer.

Veja também sqlite_seek(), sqlite_next(), e sqlite_fetch_array().



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

sqlite_error_string> <sqlite_create_function
Last updated: Fri, 22 Aug 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites