取得第一笔结果代号。
语法: int ldap_first_entry(int handle, int result_identifier);
返回值: 整数
函数种类: 网络系统
本函数用来取得 LDAP 中第一笔结果的代号 ID。参数 handle 为打开 LDAP 的代号。参数 result_identifier 为 ldap_search() 所返回的搜寻代号。若有错误则返回 false。
ldap_get_entries()
PHP 首页 | PHP 导读 | PHP 函数库 | PHP 函数索引 | PHP 范例程序