PHP Doku:: Returns the number of field in the given statement - mysqli-stmt.field-count.html

Verlauf / Chronik / History: (3) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzDatenbankerweiterungenAnbieterspezifische DatenbankerweiterungenMySQL Improved ExtensionThe MySQLi_STMT classmysqli_stmt->field_count -- mysqli_stmt_field_count

Ein Service von Reinhard Neidl - Webprogrammierung.

The MySQLi_STMT class

<<mysqli_stmt::fetch -- mysqli_stmt_fetch

mysqli_stmt::free_result -- mysqli_stmt_free_result>>

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

Beschreibung

Objektorientierter Stil

int $field_count;

Prozeduraler Stil

int mysqli_stmt::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.


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)