PHP Manual

  • English French German Portuguese Spanish
PHP Manual Function Reference Database Extensions Vendor Specific Database Extensions MySQL MySQLi mysqli_stmt mysqli_stmt::$field_count
mysqli_stmt mysqli_stmt::$affected_rows mysqli_stmt::attr_get mysqli_stmt::attr_set mysqli_stmt::bind_param mysqli_stmt::bind_result mysqli_stmt::close mysqli_stmt::__construct mysqli_stmt::data_seek mysqli_stmt::$errno mysqli_stmt::$error_list mysqli_stmt::$error mysqli_stmt::execute mysqli_stmt::fetch mysqli_stmt::$field_count mysqli_stmt::free_result mysqli_stmt::get_result mysqli_stmt::get_warnings mysqli_stmt::$insert_id mysqli_stmt::more_results mysqli_stmt::next_result mysqli_stmt::$num_rows mysqli_stmt::$param_count mysqli_stmt::prepare mysqli_stmt::reset mysqli_stmt::result_metadata mysqli_stmt::send_long_data mysqli_stmt::$sqlstate mysqli_stmt::store_result
  • mysqli_stmt::fetch
  • mysqli_stmt::free_result

mysqli_stmt::$field_count

mysqli_stmt_field_count

(PHP 5)

mysqli_stmt::$field_count -- mysqli_stmt_field_count — Returns the number of field in the given statement

Description

Object oriented style

int $mysqli_stmt->field_count;

Procedural style

int mysqli_stmt_field_count ( mysqli_stmt $stmt )
Warning

This function is currently not documented; only its argument list is available.

© Copyright © 2001-2015 The PHP Group.

© Copyright 2014. Diseñado por PHP Manual usando jfCMS.