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

search for in the

mysqli->insert_id> <mysqli->info
Last updated: Fri, 22 Aug 2008

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()

Descripción

Object oriented style (method):

mysqli init ( void )

Procedural style:

mysqli mysqli_init ( void )

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

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

Valores retornados

Returns an object.



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, 22 Aug 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites