Skip to content
Snippets Groups Projects
Commit c4588381 authored by Oliver Hader's avatar Oliver Hader Committed by Susanne Moog
Browse files

[FEATURE] Add possibility to flatten array

A commonly used task in TYPO3 is to convert and work with
several types of arrays. This change allows to flatten a
nested multidimensional array to a flat key-value array.

array('first.' => array('second' => 1))
will become
array('first.second' => 1)

Change-Id: Ia41c53b87ac984bb6b29741ce461e4af70b6215f
Resolves: #39951
Releases: 6.0
Reviewed-on: http://review.typo3.org/13910
Reviewed-by: Susanne Moog
Tested-by: Susanne Moog
parent 695bba84
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment