ReflectionClass::isIterable

(PHP 7 >= 7.2.0)

ReflectionClass::isIterableCheck whether this class is iterable

说明

public ReflectionClass::isIterable ( void ) : bool

参数

此函数没有参数。

返回值

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