ldap_control_paged_result_response

(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:

ldap_control_paged_result() -

ยป RFC2696 : LDAP Control Extension for Simple Paged Results Manipulation -

doc_php
2016-02-24 16:09:19
Comments
Leave a Comment

Please login to continue.