php8.5
Home/ Manual/ ldap / functions/ ldap_control_paged_result_response

ldap_control_paged_result_response

PHP function Deprecated as of PHP 7.4.0 Edit on GitHub ✎

(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

link

An LDAP resource, returned by ldap_connect().

result
cookie

An opaque structure sent by the server.

estimated

The estimated number of entries to retrieve.

Return Values

Success

Changelog

VersionDescription
8.0.0This function has been removed.
7.4.0This function has been deprecated.

See Also

Source: reference/ldap/functions/ldap-control-paged-result-response.xml · from the official PHP manual (php/doc-en)