Class DataStructureArray
Array Data Structure helper
Provides utility methods to assist in manipulating arrays.
Package: blesta\helpers\data\structure\array
Copyright: Copyright (c) 2010, Phillips Data, Inc.
License: The Blesta License Agreement
Link: Blesta
Located at helpers/data_structure/array/data_structure_array.php
Copyright: Copyright (c) 2010, Phillips Data, Inc.
License: The Blesta License Agreement
Link: Blesta
Located at helpers/data_structure/array/data_structure_array.php
public static
array
|
#
numericToKey( array $array, string $key_index = null, string $value_index = null )
Converts a numerically indexed array to a key/value indexed array. |
public static
|
#
keyToNumeric( mixed $vars, boolean $match_indexes = true )
Converts a key/value paired array to a numerically indexed array that contains key/value pairs. |