PHP Manual

  • English French German Portuguese Spanish
PHP-Handbuch Funktionsreferenz Datenbankerweiterungen Anbieterspezifische Datenbankerweiterungen 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

Beschreibung

Objektorientierter Stil

int $mysqli_stmt->field_count;

Prozeduraler Stil

int mysqli_stmt_field_count ( mysqli_stmt $stmt )
Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.

© Copyright © 2001-2015 The PHP Group.

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