February 2020
Beginner to intermediate
616 pages
15h 16m
English
This frees the memory allocated to a result set. Here is its syntax:
void mysql_free_result(MYSQL_RES *resultset)
Here, resultset represents the set whose memory we want to free up.
Read now
Unlock full access