void mysql_free_result(MYSQL_RES *result)
Descrição
Libera a memória alocada para o resultado por
mysql_store_result()
,
mysql_use_result()
,
mysql_list_dbs()
, etc. Quando você
finalizar o uso do resultado, você deve liberar a memória
utilizada chamando mysql_free_result()
.
Valor Retornado
Nenhum.
Erros
Nenhum.
This is a translation of the MySQL Reference Manual that can be found at dev.mysql.com. The original Reference Manual is in English, and this translation is not necessarily as up to date as the English version.