
Druckansicht von http://www.php-homepage.de/manual/mysqli.field-count.php
mysqli::$field_countmysqli_field_count(PHP 5) mysqli::$field_count -- mysqli_field_count — Returns the number of columns for the most recent query BeschreibungObjektorientierter Stil int $mysqli->field_count;
Prozeduraler Stil
Returns the number of columns for the most recent query on the connection
represented by the Parameter-Liste
RückgabewerteAn integer representing the number of fields in a result set. BeispieleBeispiel #1 $mysqli->field_count example Objektorientierter Stil
<?phpProzeduraler Stil
<?php |