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

search for in the

sqlite_error_string> <sqlite_create_function
[edit] Last updated: Fri, 14 Jun 2013

view this page in

sqlite_current

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

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 - [0 notes]
There are no user contributed notes for this page.

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