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

search for in the

msql_field_table> <msql_field_name
Last updated: Fri, 13 Nov 2009

view this page in

msql_field_seek

(PHP 4, PHP 5)

msql_field_seekフィールドオフセットを設定する

説明

bool msql_field_seek ( resource $result , int $field_offset )

指定されたフィールドオフセットに移動します。 この後で msql_fetch_field() を フィールドオフセットを指定せずにコールした場合は、 ここで指定したフィールドが返されます。

パラメータ

result

評価された結果 リソース。 この結果は、msql_query() のコールにより得られたものです。

field_offset

数値フィールドオフセット。 field_offset は、1から始まります。

返り値

成功した場合に TRUE を、失敗した場合に FALSE を返します。

参考



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

msql_field_table> <msql_field_name
Last updated: Fri, 13 Nov 2009
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites