PHP3 Manual
PrevNext

ldap_free_entry

ldap_free_entry -- Free entry result memory

Description

int ldap_free_entry(int result_entry_identifier);

Returns true on success and false on error.

ldap_free_entry() deallocates memory used to store the entries in LDAP result. All memory allocated for entries is automatically freed when the script terminates.


PrevHomeNext
ldap_first_entryUpldap_free_result