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

Descrierea

Stil obiect-orientat

int $field_count;

Stil procedural

int mysqli_stmt::mysqli_stmt_field_count ( mysqli_stmt $stmt )
Avertizare

Această funcție nu este documentată în prezent; este disponibilă numai lista sa de argumente.


MySQLi_STMT
PHP Manual