ldap_control_paged_result_response

(PHP 5 >= 5.4.0, PHP 7)

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

説明

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 を返します。

参考