php man page for ldap_get_values_len

Query: ldap_get_values_len

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

LDAP_GET_VALUES_LEN(3)							 1						    LDAP_GET_VALUES_LEN(3)

ldap_get_values_len - Get all binary values from a result entry

SYNOPSIS
array ldap_get_values_len (resource $link_identifier, resource $result_entry_identifier, string $attribute)
DESCRIPTION
Reads all the values of the attribute in the entry in the result. This function is used exactly like ldap_get_values(3) except that it handles binary data and not string data.
PARAMETERS
o $link_identifier - An LDAP link identifier, returned by ldap_connect(3). o $result_entry_identifier - o $attribute -
RETURN VALUES
Returns an array of values for the attribute on success and FALSE on error. Individual values are accessed by integer index in the array. The first index is 0. The number of values can be found by indexing "count" in the resultant array.
SEE ALSO
ldap_get_values(3). PHP Documentation Group LDAP_GET_VALUES_LEN(3)
Related Man Pages
ldap_count_values_len(3ldap) - opensolaris
ldap_value_free_len(3ldap) - opensolaris
ldap_count_values_len(3ldap) - sunos
ldap_get_values(3) - opendarwin
ldap_count_values(3ldap) - sunos
Similar Topics in the Unix Linux Community
Forum Video Tutorial: How to Use Code Tags
UNIX.COM 2017 Year End Summary
Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1)
Please Welcome Ravinder Singh to the Moderation Team
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch