(PHP 7 >= 7.2.0)
ldap_parse_exop — Parse result object from an LDAP extended operation
$link
, resource $result
[, string &$retdata
[, string &$retoid
]] ) : bool
Parse LDAP extended operation data from result object result
link
An LDAP link identifier, returned by ldap_connect().
result
An LDAP result resource, returned by ldap_exop().
retdata
Will be filled by the response data.
retoid
Will be filled by the response OID.
成功时返回 TRUE
, 或者在失败时返回 FALSE
。