📖How to use?
Last updated
Last updated
The guide assumes intermediate level knowledge of PHP-language and poggit-virion
The easiest way to try out ArrayUtils is using the poggit. Poggit automatically merges virions, it is better to use this feature.
As with all classes, must import ArrayUtils into your php file.
There are 4 ways to create ArrayUtils.
In the most basic way, it's just created through the constructor.
Same method as
Array.from()
in java script
Same method as
Array.of()
in java script
For a detailed description of the
from-suffix
, click hereAll methods can be called statically with the suffix
From