(PHP 5 >= 5.4.0, PHP 7)
Retrieve the LDAP pagination cookie
bool ldap_control_paged_result_response ( resource $link, resource $result [, string &$cookie [, int &$estimated ]] )
Retrieve the pagination information send by the server.
Parameters:
link
An LDAP link identifier, returned by ldap_connect().
result
An LDAP link identifier, returned by ldap_connect().
cookie
An opaque structure sent by the server.
estimated
The estimated number of entries to retrieve.
Returns:
Returns TRUE
on success or FALSE
on failure.
See also:
ยป RFC2696 : LDAP Control Extension for Simple Paged Results Manipulation -
Please login to continue.