Set the ldap_control_paged_result defaults for iscritical and cookie

-- 
Provided by Michael Graham

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330192 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Peter Cowburn 2013-05-08 14:37:24 +00:00
parent 89f251edee
commit 30fc452dd6

View file

@ -13,8 +13,8 @@ xmlns:xlink="http://www.w3.org/1999/xlink">
<type>bool</type><methodname>ldap_control_paged_result</methodname>
<methodparam><type>resource</type><parameter>link</parameter></methodparam>
<methodparam><type>int</type><parameter>pagesize</parameter></methodparam>
<methodparam choice="opt"><type>bool</type><parameter>iscritical</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>cookie</parameter></methodparam>
<methodparam choice="opt"><type>bool</type><parameter>iscritical</parameter><initializer>false</initializer></methodparam>
<methodparam choice="opt"><type>string</type><parameter>cookie</parameter><initializer>""</initializer></methodparam>
</methodsynopsis>
<para>
Enable LDAP pagination by sending the pagination control (page size, cookie...).