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

Açıklama

Nesne yönelimli kullanım

int $field_count;

Yordamsal kullanım

int mysqli_stmt::mysqli_stmt_field_count ( mysqli_stmt $stmt )
Uyarı

Bu işlev hala belgelendirilmemiştir; sadece değiştirge listesi mevcuttur.


MySQLi_STMT
PHP Manual