mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
89f251edee
commit
30fc452dd6
1 changed files with 2 additions and 2 deletions
|
@ -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...).
|
||||
|
|
Loading…
Reference in a new issue