From 16bbe936c44f51c7d6e1d9a40f79972d8d37cf3d Mon Sep 17 00:00:00 2001 From: Yoshinari Takaoka Date: Sun, 8 Dec 2024 14:16:05 +0900 Subject: [PATCH] Discourage the use of ArrayObject See . While a formal deprecation process is pending, it seems prudent to not advertise this class any longer. https://github.com/php/doc-en/commit/3994d010e9374ae4f56707cbb22b1811a4cc1963 --- reference/spl/arrayobject.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/reference/spl/arrayobject.xml b/reference/spl/arrayobject.xml index 2f3a22f813..6224b7e40b 100644 --- a/reference/spl/arrayobject.xml +++ b/reference/spl/arrayobject.xml @@ -1,6 +1,6 @@ - + ArrayObject クラス ArrayObject @@ -13,6 +13,11 @@ このクラスは、オブジェクトを配列として動作させます。 + + + このクラスには概念的な欠陥があります。 + そのため、使うべきではありません。 +