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:
Hannes Magnusson 2007-10-13 15:15:09 +00:00
parent 50295aa5b1
commit 3dbbc4fd73
3 changed files with 25 additions and 3 deletions

View file

@ -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>

View file

@ -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>

View file

@ -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>