Script functions reference > Script functions in alphabetical order > L > LdapGetEntryCount

LdapGetEntryCount
Syntax
LdapGetEntryCount(resultID);
resultID 
Description
Returns the number of entries associated with a resultID.
Returns
Number of entries in the result set.
Example
$cust_entry_count=LdapGetEntryCount($customer);
In this example, customer represents the resultID from a search. The number of entries found by the search is stored in the cust_entry_count variable.
OpenText StreamServe 5.6 Updated: 2013-03-01