(PHP 5)
mysqli::init -- mysqli_init — Initializes MySQLi and returns a resource for use with mysqli_real_connect()
Objektorientierter Stil
Prozeduraler Stil
Allocates or initializes a MYSQL object suitable for mysqli_options() and mysqli_real_connect().
Hinweis:
Any subsequent calls to any mysqli function (except mysqli_options()) will fail until mysqli_real_connect() was called.
Returns an object.