PHP Velho Oeste 2024

ReflectionClass::isIterateable

(PHP 5, PHP 7, PHP 8)

ReflectionClass::isIterateableのエイリアス ReflectionClass::isIterable()

説明

のエイリアス ReflectionClass::isIterable()

PHP 7.2.0 以降は、スペルミスがある RefectionClass::isIterateable() の代わりに、 ReflectionClass::isIterable() を使うのが好ましいです。

add a note add a note

User Contributed Notes 1 note

up
0
o at olgierd dot me
5 years ago
In https://github.com/php/php-src/blob/879cd0491399ccfacac0d6ed701d998a65a6cc97/ext/reflection/php_reflection.c we can see that ReflectionClass::isIterateable() is an alias for ReflectionClass::isIterable().
To Top