Méthode | Description | |
---|---|---|
get ( array $data, array | string $path, mixed $default = null ) : mixed | Returns the value at the given path. | |
has ( array $data, array | string $path ) : boolean | Tells if there is data at the given path. | |
set ( array $data, array | string $path, mixed $value ) : mixed | Sets data at the given path. | |
splitPath ( array | string $path ) : array | Splits a path into multiple keys. | |
update ( array $data, array | string $path, callable $cb ) : mixed | Updates data at the given path. |