Query: mysqli_init
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MYSQLI_INIT(3) 1 MYSQLI_INIT(3) mysqli::init - Initializes MySQLi and returns a resource for use with mysqli_real_connect() Object oriented styleSYNOPSISmysqli mysqli::init (void )DESCRIPTIONProcedural style mysqli mysqli_init (void ) Allocates or initializes a MYSQL object suitable for mysqli_options(3) and mysqli_real_connect(3). Note Any subsequent calls to any mysqli function (except mysqli_options(3)) will fail until mysqli_real_connect(3) was called.RETURN VALUESReturns an object.EXAMPLESSee mysqli_real_connect(3).SEE ALSOmysqli_options(3), mysqli_close(3), mysqli_real_connect(3), mysqli_connect(3). PHP Documentation Group MYSQLI_INIT(3)