mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Document LDAP_OPT_NETWORK_TIMEOUT
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@244144 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
50295aa5b1
commit
3dbbc4fd73
3 changed files with 25 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<section xml:id="ldap.constants" xmlns="http://docbook.org/ns/docbook">
|
||||
&reftitle.constants;
|
||||
&extension.constants;
|
||||
|
@ -81,6 +81,20 @@
|
|||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>
|
||||
<constant>LDAP_OPT_NETWORK_TIMEOUT</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Option for ldap_set_option() to allow setting network timeout.
|
||||
(Available as of PHP 5.3.0)
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>
|
||||
<constant>LDAP_OPT_PROTOCOL_VERSION</constant>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<refentry xml:id="function.ldap-get-option" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>ldap_get_option</refname>
|
||||
|
@ -57,6 +57,10 @@
|
|||
<entry><constant>LDAP_OPT_TIMELIMIT</constant></entry>
|
||||
<entry>integer</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><constant>LDAP_OPT_NETWORK_TIMEOUT</constant></entry>
|
||||
<entry>integer</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><constant>LDAP_OPT_PROTOCOL_VERSION</constant></entry>
|
||||
<entry>integer</entry>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<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>
|
||||
|
@ -57,6 +57,10 @@
|
|||
<entry><constant>LDAP_OPT_TIMELIMIT</constant></entry>
|
||||
<entry>integer</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><constant>LDAP_OPT_NETWORK_TIMEOUT</constant></entry>
|
||||
<entry>integer</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><constant>LDAP_OPT_PROTOCOL_VERSION</constant></entry>
|
||||
<entry>integer</entry>
|
||||
|
|
Loading…
Reference in a new issue