GoLang ldap_parse_exop

request it (306)
GoLang replacement for PHP's ldap_parse_exop [edit | history]



Do you know a GoLang replacement for PHP's ldap_parse_exop? Write it!

PHP ldap_parse_exop

PHP original manual for ldap_parse_exop [ show | php.net ]

ldap_parse_exop

(PHP 7 >= 7.2.0)

ldap_parse_exopParse result object from an LDAP extended operation

Description

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

Parse LDAP extended operation data from result object result

Parameters

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.

Return Values

Returns TRUE on success or FALSE on failure.

See Also