static of()
The of() static method creates a new, ArrayUtils instance from variadic function arguments
Example.php
Syntax
Parameter
...$elements
Elements used to create the array.
Return value
A new
ArrayUtils
instance.
References
Last updated