mysqli_init

(PHP 5)

mysqli_init --  Initializes MySQLi and returns an object for use with mysqli_real_connect

Description

object mysqli_init ( void )

Allocates or initializes a MYSQL object suitable for mysqli_options() and mysqli_real_connect().

Nota: Any subsequent calls to any mysqli function (except mysqli_options()) will fail until mysqli_real_connect() was called.

Valori restituiti

Returns an object.

Vedere anche

mysqli_options(), mysqli_close(), mysqli_real_connect(), mysqli_connect()