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

search for in the

msql_list_dbs> <msql_fieldtype
[edit] Last updated: Fri, 25 May 2012

view this page in

msql_free_result

(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.

 
show source | credits | sitemap | contact | advertising | mirror sites