Universeorange.com/Docs/

R3m/framework Function reference is.iterable

{is.iterable(Mixed $value)}

Verify that the contents of a variable is accepted by the iterable pseudo-type, i.e. that it is either an array or an object implementing Traversable.

Returns true if value is iterable, false otherwise.

More information:

https://www.php.net/manual/en/function.is-iterable.php

Last modified: 2021-06-07

© 2021 universeorange.com