函式:ldap_get_values() |
ldap_get_values取得全部传回值。 语法: array ldap_get_values(int handle, int result_entry_identifier, string attribute); 传回值: 阵列 函式种类: 网路系统
本函式用来取得 LDAP 的全部传回资料值。参数 handle 为开启 LDAP 的代号。参数 attribute 有 surname 及 mail 二种。传回值为阵列资料值,例如
return_value["count"] : 属性值总数
下例为片段程式
|