函数:ldap_next_attribute()


ldap_next_attribute

取得返回资料的下笔属性。

语法: string ldap_next_attribute(int handle, int result_entry_identifier, int ber_identifier);

返回值: 字符串

函数种类: 网络系统

内容说明

本函数用来取得 LDAP 中所在返回的下笔属性。参数 handle 为打开 LDAP 的代号。参数 result_entry_identifier 将由 ldap_next_attribute() 沿用。参数 ber_identifier 为指针,意即需在前面加上 & 符号。

参考

ldap_get_attributes()  ldap_first_attribute()  



[ 上一页 PHP 手册 下一页 ]

PHP 首页 | PHP 导读 | PHP 函数库 | PHP 函数索引 | PHP 范例程序