Class shardimage\shardimagephp\helpers\ArrayHelper
Inheritance | shardimage\shardimagephp\helpers\ArrayHelper |
---|
Public Methods
Method | Description | Defined By |
---|---|---|
changeKeys() | shardimage\shardimagephp\helpers\ArrayHelper | |
isAssociative() | Decides if given array is associative | shardimage\shardimagephp\helpers\ArrayHelper |
stringify() | shardimage\shardimagephp\helpers\ArrayHelper |
Method Details
public static void changeKeys ( &$array, $keyMap ) | ||
$array | array | |
$keyMap | array |
Decides if given array is associative
public static boolean isAssociative ( $array ) | ||
$array | array |
public static void stringify ( &$array, $keys ) | ||
$array | array | |
$keys | array |