(PHP 5)
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.
mysqli_options(), mysqli_close(), mysqli_real_connect() and mysqli_connect().