mysql_free_resultPHP ManualPrevNextmysql_free_resultmysql_free_result -- Free result memoryDescriptionint mysql_free_result(int result);
mysql_free_result() only needs to be called if
you are worried about using too much memory while your script is
running. All associated result memory for the specified result
identifier will automatically be freed.
For downward compatibility mysql_freeresult()
can also be used.
PrevHomeNextmysql_field_lenUpmysql_insert_id
Wyszukiwarka