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

search for in the

mysqli::store_result> <mysqli::stat
[edit] Last updated: Sat, 25 May 2013

view this page in

mysqli::stmt_init

mysqli_stmt_init

(PHP 5)

mysqli::stmt_init -- mysqli_stmt_initInicializa una sentencia y devuelve un objeto para usarlo con mysqli_stmt_prepare

Descripción

Estilo orientado a objetos

mysqli_stmt mysqli::stmt_init ( void )

Estilo por procedimientos

mysqli_stmt mysqli_stmt_init ( mysqli $link )

Asigna e inicializa un objeto de sentencia apropiado para mysqli_stmt_prepare().

Nota:

Cualquier llamada subsiguiente a cualquier función de mysqli_stmt fallará a menos que se llame antes a mysqli_stmt_prepare().

Parámetros

link

Sólo estilo por procediminetos: Un identificador de enlace devuelto por mysqli_connect() o mysqli_init()

Valores devueltos

Returns an object.

Ver también



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

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