MySQLi_STMT
PHP Manual

mysqli_stmt->field_count

mysqli_stmt_field_count

(PHP 5)

mysqli_stmt->field_count -- mysqli_stmt_field_countReturns the number of field in the given statement

Opis

Styl obiektowy

int $field_count;

Styl proceduralny

int mysqli_stmt_field_count ( mysqli_stmt $stmt )
Ostrzeżenie

Ta funkcja jest obecnie nieudokumentowana, dostępna jest jedynie lista jej argumentów.


MySQLi_STMT
PHP Manual