Actions
Feature #39951
closedAdd possibility to flatten array
Start date:
2012-08-19
Due date:
% Done:
100%
Estimated time:
PHP Version:
5.3
Tags:
Complexity:
Sprint Focus:
Description
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.
Example:array('first.' => array('second' => 1)) and array('first' => array('second' => 1))
will becomearray('first.second' => 1)
Updated by Gerrit Code Review over 12 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/13910
Updated by Oliver Hader over 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset c4588381099443866a962df5d592da91053748c4.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions