ldap_count_entries
Count the number of entries in a search
&reftitle.description;
intldap_count_entries
resourcelink_identifier
resourceresult_identifier
Returns the number of entries stored in the result of previous search
operations.
&reftitle.parameters;
link_identifier
An LDAP link identifier, returned by ldap_connect.
result_identifier
The internal LDAP result.
&reftitle.returnvalues;
Returns number of entries in the result or &false; on error.