ldap_close
结束 LDAP 链接。
语法: boolean ldap_close(int handle);
返回值: 布尔值
函数种类: 网络系统
内容说明
本函数将关闭与 LDAP 服务器的链接。参数 handle 为打开 LDAP 的代号。实际上这个函数就是 ldap_unbind() 的别名而已。若无错误则返回 true 值。
参考
ldap_unbind()
欢迎分享,转载请注明来源:内存溢出
结束 LDAP 链接。
语法: boolean ldap_close(int handle);
返回值: 布尔值
函数种类: 网络系统
内容说明
本函数将关闭与 LDAP 服务器的链接。参数 handle 为打开 LDAP 的代号。实际上这个函数就是 ldap_unbind() 的别名而已。若无错误则返回 true 值。
参考
ldap_unbind()
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)