mysqli_init

(PHP 5)

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

Description

mysqli 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() e mysqli_connect().

Hosting by: hurra.com
Generated: 2007-01-26 17:56:28