ldap_close
结束 LDAP 链接。
语法: boolean ldap_close(int handle);
返回值: 布尔值
函数种类: ">网络系统
内容说明
本函数将关闭与 LDAP 服务器的链接。参数 handle 为打开 LDAP 的5643.html">代号。实际上这个函数就是 ldap_unbind() 的别名而已。若无错误则返回 true 值。
参考
ldap_unbind()
时间: 2024-10-31 13:34:08
ldap_close
结束 LDAP 链接。
语法: boolean ldap_close(int handle);
返回值: 布尔值
函数种类: ">网络系统
内容说明
本函数将关闭与 LDAP 服务器的链接。参数 handle 为打开 LDAP 的5643.html">代号。实际上这个函数就是 ldap_unbind() 的别名而已。若无错误则返回 true 值。
参考
ldap_unbind()