Universeorange.com/Docs/
{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
trueif value is iterable,falseotherwise.
https://www.php.net/manual/en/function.is-iterable.php
Last modified: 2021-06-06
© 2021 universeorange.com