MySQLi_STMT
PHP Manual

mysqli_stmt::free_result

mysqli_stmt_free_result

(PHP 5)

mysqli_stmt::free_result -- mysqli_stmt_free_resultFrees stored result memory for the given statement handle

Descripción

Estilo orientado a objetos

void mysqli_stmt::free_result ( void )

Estilo por procesos

void mysqli_stmt_free_result ( mysqli_stmt $stmt )

Frees the result memory associated with the statement, which was allocated by mysqli_stmt_store_result().

Parámetros

stmt

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

Valores devueltos

No se devuelve ningún valor.

Ver también


MySQLi_STMT
PHP Manual