PHP mysqli_init() Function

The mysqli_init() function initializes MySQLi and returns an object to use with the mysqli_real_connect() function.

Example -

Use of the mysqli_init() function:

Syntax

mmysqli_init();