LdapReleaseResultSet(resultID);
resultID
To decrease the memory usage, you can call this function which frees result sets that are returned from ldapFind, ldapGetUser, and ldapGetObjectByDN function calls. This means that you can have a very large job that queries the LDAP server without running out of memory.
1 -1 $myresults=ldapFind($myConnection, "dc=streamserve,dc=com", "objectclass=*");ldapReleaseResultSet($myResults);
OpenText StreamServe 5.6 | Updated: 2013-03-01 |