Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://old.hcs.cmc.msu.ru/php/function.ldap-close.html
Дата изменения: Sun Feb 3 22:43:26 2002 Дата индексирования: Mon Oct 1 21:59:17 2012 Кодировка: |
Returns TRUE on success, FALSE on failure.
ldap_close() closes the link to the LDAP server that's associated with the specified link_identifier.
This call is internally identical to ldap_unbind(). The LDAP API uses the call ldap_unbind(), so perhaps you should use this in preference to ldap_close().
Note: This function is an alias of ldap_unbind().