Methods summary
public
array
|
#
map( array $storage, callable $callback )
|
public
array
|
#
filter( array $storage, callable $callback )
|
public
array
|
#
fill( $string, $length, integer $start = 0 )
|
public
array
|
#
range( mixed $begin, mixed $end, integer $step = 1 )
|
public
boolean
|
#
inStrict( array $storage, mixed $needle )
Parameters
Returns
boolean
|
public
boolean
|
#
in( array $storage, mixed $needle )
Parameters
Returns
boolean
|
public
array
|
|
public
|
#
set( array & $storage, string $path, mixed $value )
|
protected
array|mixed
|
#
findPath( array $storage, array $keys )
Parameters
Returns
array|mixed
Throws
|
public
array|mixed
|
#
getRequired( array $storage, null $key = null )
Parameters
Returns
array|mixed
Throws
|