Initial Release 6

Function : LDAP
ldap_count_values - Count the attribute entry values.
----------------------------------------------------------------------------------------------------------

#include <ldap.h>

int LNPUBLIC ldap_count_values(
char **vals);

Description :

This function is used to count the number of attribute entry value strings in the array.
Parameters :

See Also :

ldap_get_values
----------------------------------------------------------------------------------------------------------