EachPart
trait EachPart
Methods
void
each(callable $callback)
Iterates the array and calls the callback function with the current item as parameter
Details
at line 18
void
each(callable $callback)
Iterates the array and calls the callback function with the current item as parameter