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

search for in the

mysqli->insert_id> <mysqli->info
Last updated: Fri, 14 Aug 2009

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 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
There are no user contributed notes for this page.

mysqli->insert_id> <mysqli->info
Last updated: Fri, 14 Aug 2009
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites