mysqli::init
mysqli_init
(PHP 5)
mysqli::init -- mysqli_init — Initializes MySQLi and returns a resource for use with mysqli_real_connect()
Beschreibung
Object oriented style (method):
Procedural style:
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.
Rückgabewerte
Returns an object.
Beispiele
Siehe auch
- mysqli_options() - Set options
- mysqli_close() - Closes a previously opened database connection
- mysqli_real_connect() - Opens a connection to a mysql server
- mysqli_connect() - Open a new connection to the MySQL server
mysqli::init
There are no user contributed notes for this page.
