PHP Doku:: Used to get the current value of a statement attribute - mysqli-stmt.attr-get.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzDatenbankerweiterungenAnbieterspezifische DatenbankerweiterungenMySQL Improved ExtensionThe MySQLi_STMT classmysqli_stmt::attr_get -- mysqli_stmt_attr_get

Ein Service von Reinhard Neidl - Webprogrammierung.

The MySQLi_STMT class

<<mysqli_stmt->affected_rows -- mysqli_stmt_affected_rows

mysqli_stmt::attr_set -- mysqli_stmt_attr_set>>

mysqli_stmt::attr_get

mysqli_stmt_attr_get

(PHP 5)

mysqli_stmt::attr_get -- mysqli_stmt_attr_getUsed to get the current value of a statement attribute

Beschreibung

Objektorientierter Stil

int mysqli_stmt::attr_get ( int $attr )

Prozeduraler Stil

int mysqli_stmt_attr_get ( mysqli_stmt $stmt , int $attr )

Gets the current value of a statement attribute.

Parameter-Liste

stmt

Nur bei prozeduralem Aufruf: ein von mysqli_stmt_init() zurückgegebenes Statementobjekt.

attr

The attribute that you want to get.

Rückgabewerte

Returns FALSE if the attribute is not found, otherwise returns the value of the attribute.


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",...)