Returns the number of field in the given statement (original) (raw)
mysqli_stmt::$field_count
mysqli_stmt_field_count
(PHP 5, PHP 7)
mysqli_stmt::$field_count -- mysqli_stmt_field_count — Returns the number of field in the given statement
Description
Object oriented style
intmysqli_stmt->field_count;
Procedural style
mysqli_stmt_field_count ( mysqli_stmt $stmt
) : int
Warning
This function is currently not documented; only its argument list is available.