void mysql_free_result(MYSQL_RES *result)
        
Description
          Libère la mémoire alloué à un résultat avec
          mysql_store_result(),
          mysql_use_result(),
          mysql_list_dbs(), etc. Quand vous n'avez
          plus besoin d'un jeu de résultat, vous devez libérer la
          mémoire qu'il occupe en appelant
          mysql_free_result().
        
Valeur de retour
Aucune.
Erreurs
Aucune.
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.

