From professional translators, enterprises, web pages and freely available translation repositories.
this function is only available when using openldap 2.x.x or netscape directory sdk x.x, and was added in php 4.0.4
this function is only available when using openldap 2.x.x or netscape directory sdk x.x, and was added in php 4.0.4
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
this function is only available when using openldap 2.x.x or netscape directory sdk x.x, and was added in php 4.0.5.
참고: this function currently only works with ldapv3. you may have to use ldap_set_option() prior to binding to use ldapv3. this function is only available when using openldap 2.x.x or netscape directory sdk x.x, and was added in php 4.0.5.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
to use ldap with ssl, compile openldap 2.x.x with ssl support, configure php with ssl, and use ldaps: / /hostname / as host parameter.
ldap_connect() establishes a connection to a ldap server on a specified hostname and port. both the arguments are optional. if no arguments are specified then the link identifier of the already opened link will be returned. if only hostname is specified, then the port defaults to 389.
Last Update: 2011-10-24
Usage Frequency: 1
Quality: