ldap_read
取得目前的资料属性。
语法: int ldap_read(int handle, string base_dn, string filter, array [attributes]);
返回值: 整数
函数种类: 网络系统
内容说明
本函数用来列出树状资料,它的值域条件是 LDAP_SCOPE_base。参数 handle 为打开 LDAP 的代号。参数 base_dn 为最基本的 dn 条件值,例如包括 o 和 c 二字段。参数 filter 为布尔条件,它的语法可以在 Netscape 站上找一份 dirsdkpg.pdf 文件,其中的 Search Syntax 一部份有详细的说明。参数 attributes 可省略,用来配置更细的列出属性。
参考
ldap_list() ldap_search()
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)