(PHP 5, PHP 7)
mysqli::init -- mysqli_init — Initializes MySQLi and returns an object for use with mysqli_real_connect()
Object oriented style
public mysqli::init ( ) : mysqli
Procedural style
mysqli_init ( ) : mysqli
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 an object.
© 1997–2020 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/mysqli.init.php