PHP » GoLang |
login |
register |
about
|
GoLang ldap_control_paged_result
request it (349)
GoLang replacement for PHP's ldap_control_paged_result
[edit | history]
ldap_control_paged_result(PHP 5 >= 5.4.0, PHP 7) ldap_control_paged_result — Send LDAP pagination control Description
bool ldap_control_paged_result
( resource
$link
, int $pagesize
[, bool $iscritical = FALSE
[, string $cookie = ""
]] )Enable LDAP pagination by sending the pagination control (page size, cookie...). Parameters
Return Values
Returns ExamplesThe example below show the retrieval of the first page of a search paginated with one entry by page. Example #1 LDAP pagination
<?php The example below show the retrieval of all the result paginated with 100 entries by page. Example #2 LDAP pagination
<?php Notes
See Also
|
more
Recently updated
more
Most requested
more
Last requests
|