ldap_free_result
Free result memory
Description
bool ldap_free_result(LDAP\Result $result
)
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.
Parameters
-
result
-
An LDAP\Result instance, returned by ldap_list or ldap_search.
Return Values
Returns true
on success or false
on failure.