diff --git a/reference/stream/functions/stream-context-set-option.xml b/reference/stream/functions/stream-context-set-option.xml index 61c847ac1c..591c1c06c9 100644 --- a/reference/stream/functions/stream-context-set-option.xml +++ b/reference/stream/functions/stream-context-set-option.xml @@ -1,6 +1,6 @@ - + stream_context_set_option @@ -16,11 +16,15 @@ stringoption mixedvalue + + 以下のシグネチャは、PHP 8.4.0 以降で非推奨となりました。 + 代わりに stream_context_set_options を使用してください。 boolstream_context_set_option resourcestream_or_context arrayoptions + 指定されたストリームまたはコンテキストのオプションを設定します。 value の内容が @@ -97,8 +101,30 @@ - + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 8.4.0 + + 2 引数のシグネチャは非推奨となりました。 + 代わりに stream_context_set_options を使用してください。 + + + + + + +