(PHP 7 >= 7.2.0, PHP 8)
ldap_parse_exop — Parse result object from an LDAP extended operation
$ldap
, resource $result
, string &$response_data = null
, string &$response_oid = null
) : bool
Parse LDAP extended operation data from result object result
ldapAn LDAP link identifier, returned by ldap_connect().
resultAn LDAP result resource, returned by ldap_exop().
response_dataWill be filled by the response data.
response_oidWill be filled by the response OID.
Returns true on success or false on failure.