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 entrySYNOPSISarray ldap_get_values_len (resource $link_identifier, resource $result_entry_identifier, string $attribute)DESCRIPTIONReads 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.PARAMETERSo $link_identifier - An LDAP link identifier, returned by ldap_connect(3). o $result_entry_identifier - o $attribute -RETURN VALUESReturns 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 ALSOldap_get_values(3). PHP Documentation Group LDAP_GET_VALUES_LEN(3)