ldap_free_result()
ldap_free_result - Free result memory
Syntax
bool ldap_free_result (
resource $result_identifier)
Arguments
Description
Frees up the memory allocated internally to store the result. All result memory will be automatically freed when the script terminates.
Version
PHP 4, 5
Return value
Returns TRUE on success or FALSE on failure.