<?php require("http://php.wilson.gs"); // 回首頁 echo "http://php.wilson.gs/bible/function.php : 函式:mysql_free_result()"; |
函式:mysql_free_result() |
mysql_free_result釋放傳回占用記憶體。 語法: boolean mysql_free_result(int result); 傳回值: 布林值 函式種類: 資料庫功能
本函式可以釋放目前 MySQL 資料庫 query 傳回所占用的記憶體。一般只有在非常擔心在記憶體的使用上可能會不足的情形下才會用本函式。PHP 程式會在結束時自動釋放。
|
![]() mail("wilson@biglobe.net.tw", "Feedback", $message); ?> |