(PHP 7 >= 7.2.0, PHP 8)
ldap_parse_exop — 解析 LDAP 擴充操作的結果物件
$ldap
,$result
,&$response_data
= null
,&$response_oid
= null
從結果物件 result
解析 LDAP 擴充操作資料
ldap
由 ldap_connect() 傳回的 LDAP\Connection 實例。
result
由 ldap_list() 或 ldap_search() 傳回的 LDAP\Result 實例。
response_data
將填入回應資料。
response_oid
將填入回應 OID。
版本 | 描述 |
---|---|
8.1.0 | ldap 參數現在期望 LDAP\Connection 實例;先前,期望的是有效的 ldap 連線 資源。 |
8.1.0 | result 參數現在期望 LDAP\Result 實例;先前,期望的是有效的 ldap 結果 資源。 |