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