Statement on glibc/iconv Vulnerability

ldap_exop_sync

(PHP 8 >= 8.3.0)

ldap_exop_syncPerforms an extended operation

Beschreibung

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

Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Parameter zur Verfügung.

Parameter-Liste

ldap

Eine LDAP\ConnectionInstanz, die von ldap_connect() zurückgegeben wurde.

request_oid

request_data

controls

response_data

response_oid

Rückgabewerte

Siehe auch

add a note

User Contributed Notes

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