ldap_control_paged_result_response

(PHP 5 >= 5.4.0, PHP 7)

ldap_control_paged_result_response检索 LDAP 分页 cookie

警告

此函数已在 PHP 7.4.0 中弃用,并在 PHP 8.0.0 中移除。建议使用 ldap_search() 函数的 controls 参数。详情请参阅 LDAP 控制

描述

ldap_control_paged_result_response(
    资源 $link,
    资源 $result,
    字符串 &$cookie = ?,
    整数 &$estimated = ?
): 布尔值

检索服务器发送的分页信息。

参数

link

LDAP 资源,由 ldap_connect() 返回。

result

cookie

服务器发送的不透明结构。

estimated

估计要检索的条目数量。

返回值

成功时返回 true,失败时返回 false

变更日志

版本 描述
8.0.0 此函数已被移除。
7.4.0 此函数已被弃用。

添加注释

用户贡献的注释

此页面没有用户贡献的注释。
To Top