PHP 8.3.4 Released!

ReflectionClass::isIterateable

(PHP 5, PHP 7, PHP 8)

ReflectionClass::isIterateableAlias di ReflectionClass::isIterable()

Descrizione

Alias di ReflectionClass::isIterable()

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

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top