网站首页

>>

PHP初级教程手册


函数:ldap_close()



ldap_close

结束 LDAP 链接。

语法: boolean ldap_close(int handle);

返回值: 布尔值

函数种类: 网络系统

内容说明

本函数将关闭与 LDAP 服务器的链接。参数 handle 为打开 LDAP 的代号。实际上这个函数就是 ldap_unbind() 的别名而已。若无错误则返回 true 值。

参考

ldap_unbind()  



整理: (www.phpernote.com)

[ 上一页 下一页 ]

|