Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
PHP: msql_free_result - Manual
[go: Go Back, main page]

PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | my php.net

search for in the

msql_list_dbs" width="11" height="7"/> <msql_fieldtype
Last updated: Wed, 01 Nov 2006
view this page in

msql_free_result

(PHP 3, PHP 4, PHP 5)

msql_free_result -- 結果保持用メモリを開放する

説明

bool msql_free_result ( resource result )

msql_free_result() は、 query_identifier が指すメモリを開放します。 リクエストの処理を完了した時、このメモリは自動的に開放されます。 よって、この関数を使用する必要があるのは、 スクリプトの実行時に大量のメモリを使用しないことを 確実にしたい場合のみです。

パラメータ

result

評価された結果 リソース。 この結果は、msql_query() のコールにより得られたものです。

返り値

成功した場合に TRUE を、失敗した場合に FALSE を返します。



add a note add a note User Contributed Notes
msql_free_result
There are no user contributed notes for this page.

msql_list_dbs" width="11" height="7"/> <msql_fieldtype
Last updated: Wed, 01 Nov 2006
 
 
show source | credits | sitemap | contact | advertising | mirror sites