ldap_exop_sync

(PHP 8 >= 8.3.0)

ldap_exop_sync拡張されたオペレーションを実行する

説明

ldap_exop_sync(
    LDAP\Connection$ldap,
    string$request_oid,
    string$request_data = null,
    array$controls = null,
    string&$response_data = null,
    string&$response_oid = null
): LDAP\Result|bool

警告

この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。

パラメータ

ldap

ldap_connect() が返す LDAP\Connection クラスのインスタンス。

request_oid

request_data

controls

response_data

response_oid

戻り値

参考

  • ldap_exop() - 拡張されたオペレーションを実行する
To Top