• 首页
  • vue
  • TypeScript
  • JavaScript
  • scss
  • css3
  • html5
  • php
  • MySQL
  • redis
  • jQuery
  • ldap_parse_exop()

    (PHP 7 >= 7.2.0)

    Parse 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

    参见