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

Описание

int $field_count;
int mysqli_stmt_field_count ( mysqli_stmt $stmt )
Предупреждение

Към момента тази функция не е документирана; наличен е единствено списъкът с аргументите й.


MySQLi_STMT
PHP Manual