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

search for in the

mysqli_stmt::get_result> <mysqli_stmt::$field_count
[edit] Last updated: Fri, 17 May 2013

view this page in

mysqli_stmt::free_result

mysqli_stmt_free_result

(PHP 5)

mysqli_stmt::free_result -- mysqli_stmt_free_resultLibera la memoria de los resultados almacenados del gestor de sentencia dado

Descripción

Estilo orientado a objetos

void mysqli_stmt::free_result ( void )

Estilo por procedimientos

void mysqli_stmt_free_result ( mysqli_stmt $stmt )

Libera la memoria de los resultados asociados con la sentencia, la cual fue asignada por mysqli_stmt_store_result().

Parámetros

stmt

Sólo estilo por procediminetos: Un identificador de declaraciones devuelto por mysqli_stmt_init().

Valores devueltos

No devuelve ningún valor.

Ver también



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

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