ldap_control_paged_result_response
(PHP 5 >= 5.4.0, PHP 7)
Retrieve the LDAP pagination cookie
Control-paged
Description
ldap_control_paged_result_response(resource $link, resource $result, [string $cookie], [int $estimated]): bool
Retrieve the pagination information send by the server.
Parameters
linkAn LDAP resource, returned by
ldap_connect().resultcookieAn opaque structure sent by the server.
estimatedThe estimated number of entries to retrieve.
Return Values
Success
Changelog
| Version | Description |
|---|---|
| 8.0.0 | This function has been removed. |
| 7.4.0 | This function has been deprecated. |
See Also
ldap_control_paged_result()- RFC2696 : LDAP Control Extension for Simple Paged Results Manipulation