(PHP 5, PHP 7)
Initializes MySQLi and returns a resource for use with mysqli_real_connect()
mysqli mysqli::init ( void )
Object oriented style
Procedural style
Allocates or initializes a MYSQL object suitable for mysqli_options() and mysqli_real_connect().
Note:
Any subsequent calls to any mysqli function (except mysqli_options()) will fail until mysqli_real_connect() was called.
Returns:
Returns an object.
See also:
Please login to continue.