ReflectionClass::isIterateable
PHP Manual
PHP Manual»ReflectionClass»ReflectionClass::isIterateable

ReflectionClass::isIterateable

(PHP 5, PHP 7, PHP 8)

ReflectionClass::isIterateableПсевдонім ReflectionClass::isIterable()

Опис

Псевдонім ReflectionClass::isIterable()

As of PHP 7.2.0, instead of the misspelled RefectionClass::isIterateable(), ReflectionClass::isIterable() should be preferred.

To Top