函式:ldap_first_attribute() |
ldap_first_attribute取得第一笔资源的属性。 语法: string ldap_first_attribute(int handle, int result_entry_identifier, int ber_identifier); 传回值: 字串 函式种类: 网路系统
本函式用来取得 LDAP 中第一笔资源的属性。参数 handle 为开启 LDAP 的代号。参数 result_entry_identifier 将由 ldap_next_attribute() 沿用。参数 ber_identifier 为指标,意即需在前面加上 & 符号。
ldap_get_attributes() ldap_next_attribute()
|