网站首页

>>

PHP初级教程手册


函数:ldap_first_entry()



ldap_first_entry

取得第一笔结果代号。

语法: int ldap_first_entry(int handle, int result_identifier);

返回值: 整数

函数种类: 网络系统

内容说明

本函数用来取得 LDAP 中第一笔结果的代号 ID。参数 handle 为打开 LDAP 的代号。参数 result_identifier 为 ldap_search() 所返回的搜寻代号。若有错误则返回 false。

参考

ldap_get_entries()  



整理: (www.phpernote.com)

[ 上一页 下一页 ]

|