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, 24 May 2013

view this page in

mysqli_free_result

result->free

(PHP 5)

mysqli_free_result -- result->freeLibera a memória associada ao resultado

Descrição

Orientado a objeto (método):

void mysqli_stmt::free_result ( void )

Modo procedural:

void mysqli_stmt_free_result ( mysqli_stmt $stmt )

Libera o resultado da memória associado com o comando, que foi alocado por mysqli_stmt_store_result().

Parâmetros

stmt

Procedural style only: A statement identifier returned by mysqli_stmt_init().

Valor Retornado

Não há valor retornado.

Veja Também



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

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