ReflectionClass::isIterable

(PHP 7 >= 7.2.0)

ReflectionClass::isIterableCheck whether this class is iterable

Beschreibung

public ReflectionClass::isIterable ( void ) : bool

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

Returns TRUE if this class is iterable (can be used inside foreach), FALSE otherwise.