mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fixed bug #48398 (ldap_set_option())
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@281202 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
0a0edf261c
commit
ce5f8c795f
1 changed files with 15 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<refentry xml:id="function.ldap-set-option" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refnamediv>
|
||||
<refname>ldap_set_option</refname>
|
||||
|
@ -42,60 +42,74 @@
|
|||
<row>
|
||||
<entry>Option</entry>
|
||||
<entry>Type</entry>
|
||||
<entry>Available since</entry>
|
||||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry><constant>LDAP_OPT_DEREF</constant></entry>
|
||||
<entry>integer</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><constant>LDAP_OPT_SIZELIMIT</constant></entry>
|
||||
<entry>integer</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><constant>LDAP_OPT_TIMELIMIT</constant></entry>
|
||||
<entry>integer</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><constant>LDAP_OPT_NETWORK_TIMEOUT</constant></entry>
|
||||
<entry>integer</entry>
|
||||
<entry>PHP 5.3.0</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><constant>LDAP_OPT_PROTOCOL_VERSION</constant></entry>
|
||||
<entry>integer</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><constant>LDAP_OPT_ERROR_NUMBER</constant></entry>
|
||||
<entry>integer</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><constant>LDAP_OPT_REFERRALS</constant></entry>
|
||||
<entry>bool</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><constant>LDAP_OPT_RESTART</constant></entry>
|
||||
<entry>bool</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><constant>LDAP_OPT_HOST_NAME</constant></entry>
|
||||
<entry>string</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><constant>LDAP_OPT_ERROR_STRING</constant></entry>
|
||||
<entry>string</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><constant>LDAP_OPT_MATCHED_DN</constant></entry>
|
||||
<entry>string</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><constant>LDAP_OPT_SERVER_CONTROLS</constant></entry>
|
||||
<entry>array</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><constant>LDAP_OPT_CLIENT_CONTROLS</constant></entry>
|
||||
<entry>array</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
|
|
Loading…
Reference in a new issue