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

Descrição

Estilo orientado a objetos

mysqli_stmt
int $field_count;

Estilo de procedimentos

int mysqli_stmt_field_count ( mysqli_stmt $stmt )
Aviso

Esta função não está documentada; somente a lista de argumentos está disponível.


MySQLi_STMT
PHP Manual