Was this helpful?
Edit on GitHub Export as PDF mysql_free_result Syntaxvoid mysql_free_result(MYSQL_RES * result);
result
- a result set identifier returned by mysql_store_result() or mysql_use_result().
Frees the memory associated with a result set. Returns void.
You should always free your result set with mysql_free_result() as soon it's not needed anymore
Row values obtained by a prior mysql_fetch_row() call will become invalid after calling mysql_free_result().
See also Previousmysql_field_tell Nextmysql_get_character_set_infoLast updated 2 months ago
Was this helpful?
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4