How to pull entries out of ldap_get_entries array
问题 I am trying to get a list of users in a Active Directory group using php ldap_get_entries. I am able to connect to the ldap server and bind without a problem. This issue I have is the result I get from the array when using ldap_get_entires . Here is what I am using to get the data from the group: $result = ldap_search($ldapConn, $ldaptree, "(member=*"),array('member')); $data = ldap_get_entries($ldapConn, $result); print_r($data); What I get is this: Array([count] => 1 [0] => Array([member] =