![]() |
|
||||||||||
|
ldap_free_resultDescriptionbool ldap_free_result ( resource result_identifier )Возвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки.
ldap_free_result() frees up the memory
allocated internally to store the result and pointed by the
Typically all the memory allocated for the ldap result gets freed at the end of the script. In case the script is making successive searches which return large result sets, ldap_free_result() could be called to keep the runtime memory usage by the script low. ldap_free_result There are no user contributed notes for this page. |