ldap_parse_exop
LDAP拡張オペレーションの結果オブジェクトをパースする
説明
bool ldap_parse_exop(
LDAP\Connection $ldap
,
LDAP\Result $result
,
string &$response_data
= null
,
string &$response_oid
= null
)
パラメータ
-
ldap
-
ldap_connect が返す LDAP\Connection クラスのインスタンス。
-
result
-
ldap_list や ldap_search が返す、LDAP\Result クラスのインスタンス。.
-
response_data
-
レスポンスデータで埋められます。
-
response_oid
-
レスポンスのOIDで埋められます。
戻り値
成功した場合に true
を、失敗した場合に false
を返します。