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

search for in the

fbsql_field_flags> <fbsql_fetch_object
Last updated: Fri, 18 Jul 2008

view this page in

fbsql_fetch_row

(PHP 4 >= 4.0.6, PHP 5)

fbsql_fetch_row — Ottiene una riga come matrice numerata

Descrizione

array fbsql_fetch_row ( resource $result )

Resituisce: una matrice corrispondente alla riga letta, oppure FALSE se non vi sono più righe.

La funzione fbsql_fetch_row() legge una riga del set di risultati indicato dal parametro result. La riga viene restituita come matrice. Ciascuna colonna è memorizzata in un indice della matrice. La matrice parte da 0.

Chiamate successive a fbsql_fetch_row() restituiscono la successiva riga dal set di risultati, oppure FALSE se non vi sono righe successive.

Vedere anche: fbsql_fetch_array(), fbsql_fetch_object(), fbsql_data_seek(), fbsql_fetch_lengths(), and fbsql_result().



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

fbsql_field_flags> <fbsql_fetch_object
Last updated: Fri, 18 Jul 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites