ldap_control_paged_result_response
(PHP 5 >= 5.4.0, PHP 7)
ldap_control_paged_result_response — LDAP ページネーションクッキーを取得する
説明
ldap_control_paged_result_response
( resource
$link
, resource $result
[, string &$cookie
[, int &$estimated
]] ) : boolサーバーから送られるページネーション情報を取得します。
パラメータ
-
link -
ldap_connect() が返す LDAP リンク ID。
-
result -
-
cookie -
サーバーから送られる opaque structure。
-
estimated -
取得するエントリ数の予測。
返り値
成功した場合に TRUE を、失敗した場合に FALSE を返します。
参考
- ldap_control_paged_result() - LDAP ページネーション制御情報を送信する
- » RFC2696 : LDAP Control Extension for Simple Paged Results Manipulation