mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Note that ldap_set|get_option() functions are also available with NS Directory SDKs.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@34748 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
2696b144d2
commit
da50f293e3
1 changed files with 2 additions and 2 deletions
|
@ -929,7 +929,7 @@ return_value[i]["attribute"][j] = jth value of attribute in ith entry
|
|||
LDAP_OPT_MATCHED_DN. These are described in
|
||||
<ulink url="&url.ldap.openldap-c-api;">draft-ietf-ldapext-ldap-c-api-xx.txt</ulink>
|
||||
</para>
|
||||
<para>This function is only available when using OpenLDAP 2.x.x, and was
|
||||
<para>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</para>
|
||||
|
||||
<para>
|
||||
|
@ -1534,7 +1534,7 @@ print $info["count"]." entries returned<p>";
|
|||
LDAP_OPT_RESTART, LDAP_OPT_HOST_NAME, LDAP_OPT_ERROR_STRING,
|
||||
LDAP_OPT_MATCHED_DN. These are described in
|
||||
<ulink url="&url.ldap.openldap-c-api;">draft-ietf-ldapext-ldap-c-api-xx.txt</ulink></para>
|
||||
<para>This function is only available when using OpenLDAP 2.x.x, and was
|
||||
<para>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</para>
|
||||
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue