ldap_parse_exop

(PHP 7 >= 7.2.0)

ldap_parse_exopParse result object from an LDAP extended operation

Opis

ldap_parse_exop ( resource $link , resource $result [, string &$retdata [, string &$retoid ]] ) : bool

Parse LDAP extended operation data from result object result

Parametry

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.

Zwracane wartości

Zwraca TRUE w przypadku powodzenia, FALSE w przypadku błędu.

Zobacz też:

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top