(PHP 5)
mysqli_result::free -- mysqli_free_result — Frees the memory associated with a result
Estilo orientado a objetos
Estilo por procesos
Frees the memory associated with the result.
Note:
You should always free your result with mysqli_free_result(), when your result object is not needed anymore.
Sólo estilo procedimental: Un conjunto de identificadores de resultados devuelto por mysqli_query(), mysqli_store_result() o mysqli_use_result().
No se devuelve ningún valor.