php8.5
Home/ Manual/ ldap / functions/ ldap_parse_exop

ldap_parse_exop

PHP function Edit on GitHub ✎

(PHP 7 >= 7.2.0, PHP 8)

Parse result object from an LDAP extended operation

Description

ldap_parse_exop(LDAP\Connection $ldap, LDAP\Result $result, string $response_data = null, string $response_oid = null): bool

Parse LDAP extended operation data from result object result

Parameters

ldap

Ldap

result

Result

response_data

Will be filled by the response data.

response_oid

Will be filled by the response OID.

Return Values

Success

Changelog

VersionDescription

See Also

Source: reference/ldap/functions/ldap-parse-exop.xml · from the official PHP manual (php/doc-en)