函式:ldap_get_dn() |
ldap_get_dn取得 DN 值。 语法: string ldap_get_dn(int handle, int result_entry_identifier); 传回值: 字串 函式种类: 网路系统
本函式用来取得 LDAP 的显名 (DN, distinguished name)字串值。参数 handle 为开启 LDAP 的代号。参数 result_identifier 为 ldap_search() 所传回的搜寻代号。若有错误则传回 false。
|