网站首页

>>

PHP初级教程手册


函数:ldap_mod_replace()



ldap_mod_replace

新的 LDAP 名录取代旧属性。

语法: boolean ldap_mod_replace(int handle, string dn, array entry);

返回值: 布尔值

函数种类: 网络系统

内容说明

本函数用来用新的指定属性取代 LDAP 名录之中的属性。参数 handle 为打开 LDAP 的代号。参数 dn 为要加入条目的具体 dn 字符串。参数 entry 为数组,为个体所有的属性,数组的内容是名录属性的相关信息。若无错误则返回 true 值。



整理: (www.phpernote.com)

[ 上一页 下一页 ]

|