|
|
PHP4完全中文手册
ldap_first_entry
取得第一笔结果代号。
语法: int ldap_first_entry(int handle, int result_identifier);
返回值: 整数
函数种类: 网络系统
本函数用来取得 LDAP 中第一笔结果的代号 ID。参数 handle 为打开 LDAP 的代号。参数 result_identifier 为 ldap_search() 所返回的搜寻代号。若有错误则返回 false。
ldap_get_entries()
整理: sadly (www.phpx.com)
|
|