网站首页

>>

PHP初级教程手册


函数:ldap_bind()



ldap_bind

系住 LDAP 目录。

语法: boolean ldap_bind(int handle, string [bind_rdn], string [bind_password]);

返回值: 布尔值

函数种类: 网络系统

内容说明

本函数用来系住特定的 RDN 和用户密码。参数 handle 为打开 LDAP 的代号。参数 bind_rdn 及 bind_password 可省略。当未指定用户的 RDN 及密码时,则系住匿名用户。若无错误则返回 true 值。



整理: (www.phpernote.com)

[ 上一页 下一页 ]

|