General information
Object creating
You can create ArrObj
by calling
Chaining
For chaining just call standard Arr
methods without first parameter (array or ArrayAccess object).
As a convenience ArrObj
contains PHPDoc definitions for every available method, so you don't need to guess their parameters.
Also you can quickly jump to the corresponding Arr
method by using @see
tag.
To obtain array from object just call getArray()
as the final method in chain.
Examples
Last updated