MySQLi_STMT
PHP Manual

mysqli_stmt->field_count

mysqli_stmt_field_count

(PHP 5)

mysqli_stmt->field_count -- mysqli_stmt_field_count指定したステートメントのフィールド数を返す

説明

オブジェクト指向型

int $field_count;

手続き型

int mysqli_stmt::mysqli_stmt_field_count ( mysqli_stmt $stmt )
警告

この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。


MySQLi_STMT
PHP Manual