From 823813f51564860e503ff18eb5c8995113e5bb80 Mon Sep 17 00:00:00 2001 From: IWASE Shigeaki Date: Tue, 17 Dec 2024 21:11:45 +0900 Subject: [PATCH] =?UTF-8?q?PHP=208.4:=20stream=5Fcontext=5Fset=5Foption()?= =?UTF-8?q?=202=20param=20deprecation=20=E3=81=AE=E7=BF=BB=E8=A8=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../functions/stream-context-set-option.xml | 30 +++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) diff --git a/reference/stream/functions/stream-context-set-option.xml b/reference/stream/functions/stream-context-set-option.xml index 61c847ac1c2..591c1c06c92 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 を使用してください。 + + + + + + +