Function.mysqli-stmt-init

Aus PHP-Wiki

Wechseln zu: Navigation, Suche
Rechtsschutzversicherung Vergleichen Online und Anbieterwechsel HandyPrivate Haftpflichtversicherung - Vergleich . Berufsunfähigkeitsversicherung - Konkrete- bzw. abstrakte Verweisung

mysqli_stmt-init

(PHP 5)

mysqli_stmt-init

(no version information, might be only in CVS)

mysqli->stmt->init --  Initializes a statement and returns an object for use with mysqli_stmt_prepare

Description

Procedural style :

object mysqli_stmt_init ( object link)
</BR >

Object oriented style (property):

class mysqli {
</BR >object stmt_init ( void )
</BR >}

Allocates and initializes a statement object suitable for function.mysqli-stmt-prepare.

Anmerkung: Any subsequent calls to any mysqli_stmt function will fail until function.mysqli-stmt-prepare was called.


Return values

Returns an object.

Persönliche Werkzeuge