mysql_free_result(result)

Description: Frees all memory in use by the result pointer result.

Note: It is not necessary to call mysql_free_result() unless queries return large resultsets and occupy a large amount of memory. Result memory is automatically freed up when the script finishes executing.

Returns TRUE on success; FALSE otherwise.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.222.109.4