ldap_mod_replace_ext
(PHP 7 >= 7.3.0, PHP 8)
ldap_mod_replace_ext — 属性を新規の値に置換する
説明
ldap_mod_replace_ext(
LDAP\Connection
string
array
?array
): LDAP\Result|false
LDAP\Connection
$ldap
,string
$dn
,array
$entry
,?array
$controls
= null
): LDAP\Result|false
ldap_mod_replace() と同じですが、 ldap_parse_result() を使ってパースされた LDAP 結果を表す LDAP\Result クラスのインスタンスを返します。
パラメータ
ldap_mod_replace() を参照ください。
戻り値
LDAP\Result クラスのインスタンスを返します。失敗した場合に false
を返します
変更履歴
バージョン | 説明 |
---|---|
8.1.0 |
引数 ldap は、LDAP\Connection
クラスのインスタンスを期待するようになりました。
これより前のバージョンでは、有効な ldap link リソース を期待していました。
|
8.1.0 | LDAP\Result クラスのインスタンスを返すようになりました。 これより前のバージョンでは、リソース を返していました。 |
8.0.0 |
controls は、nullable になりました。
これより前のバージョンでは、デフォルト値が [] でした。
|
7.3.0 |
controls のサポートが追加されました。
|
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google