Project

General

Profile

Actions

Feature #39951

closed

Add possibility to flatten array

Added by Oliver Hader over 11 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
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 become
array('first.second' => 1)


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #39952: Wrong nested extension configuration handlingClosedOliver Hader2012-08-19

Actions
Actions

Also available in: Atom PDF