suche nach in der

mysqli::$insert_id> <mysqli::$info
Last updated: Fri, 25 May 2012

view this page in

mysqli::init

mysqli_init

(PHP 5)

mysqli::init -- mysqli_initInitializes MySQLi and returns a resource for use with mysqli_real_connect()

Beschreibung

Objektorientierter Stil

mysqli mysqli::init ( void )

Prozeduraler Stil

mysqli mysqli_init ( void )

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

See mysqli_real_connect().

Siehe auch



add a note add a note User Contributed Notes
mysqli::init
There are no user contributed notes for this page.

mysqli::$insert_id> <mysqli::$info
Last updated: Fri, 25 May 2012