September 2001
Intermediate to advanced
768 pages
32h 45m
English
bool ldap_free_result(resource connectionID) Frees memory used in a query.
Returns:
TRUE on success; FALSE on failure
Description:
ldap_free_result() frees the memory associated with performing an LDAP query. This need only be done if you’re concerned with memory usage inside your script, as the result memory is freed when the script finishes.
Availability:
UNIX/Linux, Windows
Version:
3+, 4+
Example:
ldap_free_result ($ldapconn); |
Read now
Unlock full access