mysql_free_result
Syntax
result
- a result set identifier returned by mysql_store_result() or mysql_use_result().
Description
Frees the memory associated with a result set. Returns void.
See also
Last updated
Was this helpful?