Statement on glibc/iconv Vulnerability

ldap_exop_sync

(PHP 8 >= 8.3.0)

ldap_exop_syncPerforms an extended operation

说明

ldap_exop_sync(
    LDAP\Connection $ldap,
    string $request_oid,
    string $request_data = null,
    array $controls = null,
    string &$response_data = null,
    string &$response_oid = null
): LDAP\Result|bool

警告

本函数还未编写文档,仅有参数列表。

参数

ldap

通过 ldap_connect() 返回的 LDAP\Connection 实例。

request_oid

request_data

controls

response_data

response_oid

返回值

参见

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top