From 84aaf954a6c3331522dee95b3088e4c9ce1538cf Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 5 Oct 2025 18:06:03 +0900 Subject: [PATCH] =?UTF-8?q?PHP=208.0=20=E7=A7=BB=E8=A1=8C=E3=82=AC?= =?UTF-8?q?=E3=82=A4=E3=83=89=E3=81=AB=E3=81=8A=E3=81=91=E3=82=8B=20str=5F?= =?UTF-8?q?contains()=20=E3=81=AE=E8=AA=A4=E8=A8=B3=E3=82=92=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- appendices/migration80/new-features.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appendices/migration80/new-features.xml b/appendices/migration80/new-features.xml index bc5579e120..cceea743dd 100644 --- a/appendices/migration80/new-features.xml +++ b/appendices/migration80/new-features.xml @@ -430,7 +430,7 @@ class ChildClass extends ParentClass { - 文字列に haystack が含まれているかどうかを調べる + 文字列に needle が含まれているかどうかを調べる str_contains 関数が追加されました。