ReflectionClass
PHP Manual

ReflectionClass::isIterable

(PHP 7 >= 7.2.0)

ReflectionClass::isIterableCheck whether this class is iterable

Description

public bool ReflectionClass::isIterable ( void )

Liste de paramètres

Cette fonction ne contient aucun paramètre.

Valeurs de retour

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


ReflectionClass
PHP Manual