downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

mysqli::$insert_id> <mysqli::$info
[edit] Last updated: Fri, 24 May 2013

view this page in

mysqli::init

mysqli_init

(PHP 5)

mysqli::init -- mysqli_initInitialise MySQLi et retourne une ressource à utiliser avec mysqli_real_connect()

Description

Style orienté objet

mysqli mysqli::init ( void )

Style procédural

mysqli mysqli_init ( void )

Alloue ou initialise un objet MySQL utilisable pour les fonctions mysqli_options() et mysqli_real_connect().

Note:

Tous les appels suivants à n'importe quelle fonction MySQLi (exceptée mysqli_options()) échoueront en attendant que la fonction mysqli_real_connect() soit appelée.

Valeurs de retour

Retourne un objet.

Exemples

Voir mysqli_real_connect().

Voir aussi



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

 
show source | credits | stats | sitemap | contact | advertising | mirror sites