网站首页

>>

PHP初级教程手册


函数:ldap_unbind()



ldap_unbind

结束 LDAP 链接。

语法: boolean ldap_unbind(int handle);

返回值: 布尔值

函数种类: 网络系统

内容说明

本函数将关闭与 LDAP 服务器的链接。参数 handle 为打开 LDAP 的代号。若无错误则返回 true 值。

参考

ldap_close()  



整理: (www.phpernote.com)

[ 上一页 下一页 ]

|