PHP3 Manual
PrevNext

ldap_free_result

ldap_free_result -- Free result memory

Description

int ldap_free_result(int result_identifier);

Returns true on success and false on error.

ldap_free_result() frees up the memory allocated internally to store the result and pointed by the result_identifier. All result memory will be automatically freed when the script terminates.


PrevHomeNext
ldap_free_entryUpldap_get_attributes