Method |
Description |
|
assign ( object $obj, array $vars, array $requiredKeys = [] ) : array |
|
|
charCodeAt ( $string, $position ) : mixed |
Returns UTF-8 char code at given $positing of the $string |
|
chr ( string $ord, string $encoding = 'UTF-8' ) : string |
UTF-8 compatible chr() |
|
each ( $traversable, callable $fn ) |
|
|
every ( $traversable, callable $predicate ) : boolean |
|
|
filter ( $traversable, callable $predicate ) : array |
|
|
find ( array | Traversabl\Traversable $traversable, callable $predicate ) : null |
|
|
getVariableType ( $var ) : string |
|
|
groupBy ( $traversable, callable $keyFn ) : array |
Splits original traversable to several arrays with keys equal to $keyFn return |
|
invariant ( $test, string $message = '' ) |
|
|
keyMap ( $traversable, callable $keyFn ) : array |
|
|
map ( array | Traversable $traversable, callable $fn ) : array |
|
|
mapKeyValue ( $traversable, callable $fn ) : array |
|
|
ord ( string $char, string $encoding = 'UTF-8' ) : mixed |
UTF-8 compatible ord() |
|
printCharCode ( $code ) : string |
|
|
printSafe ( $var ) : string |
|
|
undefined ( ) |
|
|