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

search for in the

mysqli::multi_query> <mysqli::kill
[edit] Last updated: Fri, 25 May 2012

view this page in

mysqli::more_results

mysqli_more_results

(PHP 5)

mysqli::more_results -- mysqli_more_resultsマルチクエリからの結果がまだ残っているかどうかを調べる

説明

オブジェクト指向型

bool mysqli::more_results ( void )

手続き型

bool mysqli_more_results ( mysqli $link )

直前の mysqli_multi_query() のコール結果に ひとつ以上の結果セットが残っているかどうかを調べます。

パラメータ

link

手続き型のみ: mysqli_connect() あるいは mysqli_init() が返すリンク ID。

返り値

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

mysqli_multi_query() を参照ください。

参考



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

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