(PHP 5 >= 5.4.0, PHP 7)
ldap_control_paged_result_response — LDAP ページネーションクッキーを取得する
$link
, resource $result
[, string &$cookie
[, int &$estimated
]] )サーバーから送られるページネーション情報を取得します。
link
ldap_connect() が返す LDAP リンク ID。
result
cookie
サーバーから送られる opaque structure。
estimated
取得するエントリ数の予測。
成功した場合に TRUE
を、失敗した場合に FALSE
を返します。