TYPO3 CMS  TYPO3_6-2
t3lib_utility_Array Class Reference
Inheritance diagram for t3lib_utility_Array:
TYPO3\CMS\Core\Utility\ArrayUtility

Additional Inherited Members

- Static Public Member Functions inherited from TYPO3\CMS\Core\Utility\ArrayUtility
static filterByValueRecursive ($needle='', array $haystack=array())
 
static isValidPath (array $array, $path, $delimiter='/')
 
static getValueByPath (array $array, $path, $delimiter='/')
 
static setValueByPath (array $array, $path, $value, $delimiter='/')
 
static removeByPath (array $array, $path, $delimiter='/')
 
static sortByKeyRecursive (array $array)
 
static sortArraysByKey (array $arrays, $key, $ascending=TRUE)
 
static arrayExport (array $array=array(), $level=0)
 
static flatten (array $array, $prefix='')
 
static intersectRecursive (array $source, array $mask=array())
 
static renumberKeysToAvoidLeapsIfKeysAreAllNumeric (array $array=array(), $level=0)
 
static mergeRecursiveWithOverrule (array &$original, array $overrule, $addKeys=TRUE, $includeEmptyValues=TRUE, $enableUnsetFeature=TRUE)
 

Detailed Description

Deprecated:
since 6.0 will be removed in 7.0

Definition at line 1347 of file LegacyClassesForIde.php.