ldap_control_paged_result_response
(PHP 5 >= 5.4.0, PHP 7)
ldap_control_paged_result_response — LDAP ページネーションクッキーを取得する
警告 この関数は PHP 7.4.0 で 非推奨になります。この関数に頼らないことを強く推奨します。
説明
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
を返します。
変更履歴
バージョン | 説明 |
---|---|
7.4.0 | この関数は非推奨になりました。 |
参考
- ldap_control_paged_result() - LDAP ページネーション制御情報を送信する
- » RFC2696 : LDAP Control Extension for Simple Paged Results Manipulation