downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

Lotus Notes> <ldap_t61_to_8859
[edit] Last updated: Fri, 07 Jun 2013

view this page in

ldap_unbind

(PHP 4, PHP 5)

ldap_unbindРазорвать привязку к директории LDAP

Описание

bool ldap_unbind ( resource $link_identifier )

Разрывает привязку к LDAP-директории.

Список параметров

link_identifier

Идентификатор ссылки LDAP, возвращенный ldap_connect().

Возвращаемые значения

Возвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки.

Смотрите также

  • ldap_bind() - Привязать к LDAP директории



add a note add a note User Contributed Notes ldap_unbind - [1 notes]
up
1
kmenard at wpi dot edu
11 years ago
ldap_unbind kills the link descriptor.  So, if you want to rebind as another user, just bind again; don't unbind.  Otherwise, you'll have to open up a new connection.

 
show source | credits | sitemap | contact | advertising | mirror sites