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

search for in the

fbsql_field_flags> <fbsql_fetch_object
[edit] Last updated: Fri, 25 May 2012

view this page in

fbsql_fetch_row

(PHP 4 >= 4.0.6, PHP 5)

fbsql_fetch_row数値配列として結果レコードを得る

説明

array fbsql_fetch_row ( resource $result )

fbsql_fetch_row() は、指定した結果 ID に 関連付けられた結果から、1 行分のデータを取得します。

fbsql_fetch_row() を続けてコールすると、 結果セットの次の行を返します。行がもうない場合には FALSE を返します。

パラメータ

result

fbsql_query() あるいは fbsql_db_query() が返す結果 ID。

返り値

取得した行は配列として返されます。各カラムは、配列の 0 からはじまる オフセットに格納されます。行がもうない場合には FALSE を返します。

参考



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

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