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, 13 Nov 2009

view this page in

mysqli_init

(PHP 5)

mysqli_initInicializa a MySQLi e retorna um resource para usar com mysqli_real_connect()

Descrição

Modo procedural:

mysqli mysqli_init ( void )

Modo orientado a objeto (método):

mysqli
mysqli init ( void )

Aloca ou inicializa um objeto MYSQL destinado para mysqli_options() e mysqli_real_connect().

Nota: Chamadas subseqüentes para alguma função mysqli (exceto mysqli_options()) irá falhar se mysqli_real_connect() não for chamado.

Valor Retornado

Retorna um objeto.

Veja Também



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, 13 Nov 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites