Function.mysqli-stmt-init
Aus PHP-Wiki
Rechtsschutzversicherung Vergleichen Online und Anbieterwechsel Handy, Private 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_prepareDescription
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.