Which PHP function is used to release cursor memory associated with MySQL results?

PHPz
Release: 2023-09-07 20:26:02
forward
623 people have browsed it

Which PHP function is used to release cursor memory associated with MySQL results?

PHP uses the mysql_free_result() function to free the cursor memory associated with MySQL results. It returns no value.

Syntax

Mysql_free_result(result);
Copy after login

The following are the parameters used in this function:

Sr.No

Parameters and description

1

Result

Required - Specifies the result set identifier returned by mysql_query(), mysql_store_result(), or mysql_use_result()

The above is the detailed content of Which PHP function is used to release cursor memory associated with MySQL results?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:tutorialspoint.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!