ldap_parse_exop

(PHP 7 >= 7.2.0)

ldap_parse_exopParse result object from an LDAP extended operation

说明

ldap_parse_exop ( resource $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

参见

User Contributed Notes

There are no user contributed notes for this page.