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

search for in the

msql_db_query> <msql_createdb
[edit] Last updated: Fri, 17 May 2013

view this page in

msql_data_seek

(PHP 4, PHP 5)

msql_data_seek行に関する内部ポインタを移動する

説明

bool msql_data_seek ( resource $result , int $row_number )

msql_data_seek() は、指定したクエリー ID (query_identfier)が指す mSQL の結果行への内部ポインタが指定した行番号 (row_number)を指すようにします。 次に msql_fetch_row() をコールした際には、 その行を返します。

パラメータ

result

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

row_number

指定する行番号。

返り値

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

参考



add a note add a note User Contributed Notes msql_data_seek - [0 notes]
There are no user contributed notes for this page.

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