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

search for in the

mysqli_stmt::attr_set> <mysqli_stmt->affected_rows
Last updated: Fri, 13 Nov 2009

view this page in

mysqli_stmt::attr_get

mysqli_stmt_attr_get

(PHP 5)

mysqli_stmt::attr_get -- mysqli_stmt_attr_getステートメントの属性の現在の値を取得する

説明

オブジェクト指向型 (メソッド):

int mysqli_stmt::attr_get ( int $attr )

手続き型:

int mysqli_stmt_attr_get ( mysqli_stmt $stmt , int $attr )

ステートメントの属性の現在の値を取得します。

パラメータ

stmt

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

attr

取得したい属性。

返り値

属性がみつからない場合は FALSE を、 それ以外の場合はその属性の値を返します。



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

mysqli_stmt::attr_set> <mysqli_stmt->affected_rows
Last updated: Fri, 13 Nov 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites