Php/docs/function.ldap-control-paged-result-response

提供:Dev Guides
< Php
移動先:案内検索

ldap_control_paged_result_response

(PHP 5 >= 5.4.0, PHP 7)

ldap_control_paged_result_responseLDAP ページネーションクッキーを取得する


警告 この関数は 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 この関数は非推奨になりました。


参考