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

search for in the

mysqli_stmt::next_result> <mysqli_stmt::$insert_id
[edit] Last updated: Fri, 17 May 2013

view this page in

mysqli_stmt::more_results

mysqli_stmt_more_results

(バージョン情報なし。おそらく SVN 版にしか存在しないでしょう)

mysqli_stmt::more_results -- mysqli_stmt_more_results複数クエリで、次の結果が存在するかどうかを調べる

説明

オブジェクト指向型 (method):

public bool mysqli_stmt::more_results ( void )

手続き型:

bool mysqli_stmt_more_results ( mysql_stmt $stmt )

複数クエリで、次の結果が存在するかどうかを調べます。

パラメータ

stmt

手続き型のみ: mysqli_stmt_init() が返すステートメント ID。

返り値

結果がさらに存在する場合に TRUE、それ以外の場合に FALSE を返します。

参考



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

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