Query: mysqli_stmt_init
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MYSQLI_STMT_INIT(3) 1 MYSQLI_STMT_INIT(3) mysqli::stmt_init - Initializes a statement and returns an object for use with mysqli_stmt_prepare Object oriented styleSYNOPSISmysqli_stmt mysqli::stmt_init (void )DESCRIPTIONProcedural style mysqli_stmt mysqli_stmt_init (mysqli $link) Allocates and initializes a statement object suitable for mysqli_stmt_prepare(3). Note Any subsequent calls to any mysqli_stmt function will fail until mysqli_stmt_prepare(3) was called.PARAMETERSo $ link -Procedural style only: A link identifier returned by mysqli_connect(3) or mysqli_init(3)RETURN VALUESReturns an object.SEE ALSOmysqli_stmt_prepare(3). PHP Documentation Group MYSQLI_STMT_INIT(3)