ldap_parse_exop
(PHP 7 >= 7.2.0)
ldap_parse_exop — Parse result object from an LDAP extended operation
Description
ldap_parse_exop ( resource $ldap , resource $result [, string &$response_data = null [, string &$response_oid = null ]] ) : bool
Parse LDAP extended operation data from result object result
Parameters
-
ldap
-
An LDAP link identifier, 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.
Return Values
Returns true
on success or false
on failure.
See Also
- ldap_exop() - Performs an extended operation
© 1997–2020 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/function.ldap-parse-exop.php