(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
ldap
An LDAP resource, returned by ldap_connect().
result
An LDAP result resource, returned by ldap_exop().
response_data
Will be filled by the response data.
response_oid
Will be filled by the response OID.
成功时返回 true
, 或者在失败时返回 false
。