mysqli_stmt::fetch
stmt::free_result
MySQLi_STMT
PHP Manual
mysqli_stmt->field_count
mysqli_stmt_field_count
(PHP 5)
mysqli_stmt_field_count ? 指定したステートメントのフィールド数を返す
説明
mysqli_stmt
int
$field_count
;
int
mysqli_stmt_field_count
(
mysqli_stmt
$stmt
)
警告
この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。
mysqli_stmt::fetch
stmt::free_result
MySQLi_STMT
PHP Manual