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

search for in the

ldap_get_attributes> <ldap_first_reference
Last updated: Fri, 03 Oct 2008

view this page in

ldap_free_result

(PHP 4, PHP 5)

ldap_free_result結果メモリを開放する

説明

bool ldap_free_result ( resource $result_identifier )

内部での結果保持用に割り当てられていたメモリを開放します。 結果メモリは、スクリプトの終了時に自動的に開放されます。

通常、LDAP の結果用に確保された全てのメモリはスクリプトの実行終了時 に開放されます。連続的な検索を行うスクリプトのように大きな 結果セットを返す場合、スクリプトにより使用される実行用メモリを 小さく保つために ldap_free_result() をコールすることが可能です。

パラメータ

result_identifier

返り値

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



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

ldap_get_attributes> <ldap_first_reference
Last updated: Fri, 03 Oct 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites