PHP 8.5.0 Alpha 1 available for testing

ReflectionClass::isIterateable

(PHP 5, PHP 7, PHP 8)

ReflectionClass::isIterateableAlias de ReflectionClass::isIterable()

Descripción

Alias de ReflectionClass::isIterable()

A partir de PHP 7.2.0, en lugar del mal escrito RefectionClass::isIterateable(), ReflectionClass::isIterable() debe ser preferido.

add a note

User Contributed Notes

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