取得第一笔结果代号。
语法: int ldap_first_entry(int handle, int result_identifier);
传回值: 整数
函式种类: 网路系统
本函式用来取得 LDAP 中第一笔结果的代号 ID。参数 handle 为开启 LDAP 的代号。参数 result_identifier 为 ldap_search() 所传回的搜寻代号。若有错误则传回 false。
ldap_get_entries()