Provides helpers to perform operations on nested arrays and array keys of variable depth.
Expanded class hierarchy of NestedArray
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
NestedArray:: |
public static | function | Retrieves a value from a nested array with variable depth. | |
NestedArray:: |
public static | function | Determines whether a nested array contains the requested keys. | |
NestedArray:: |
public static | function | Merges multiple arrays, recursively, and returns the merged array. | |
NestedArray:: |
public static | function | Merges multiple arrays, recursively, and returns the merged array. | |
NestedArray:: |
public static | function | Sets a value in a nested array with variable depth. | |
NestedArray:: |
public static | function | Unsets a value in a nested array with variable depth. |