Download the PHP package didacelgueta/flatten-multidimensional-array without Composer
On this page you can find all versions of the php package didacelgueta/flatten-multidimensional-array. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download didacelgueta/flatten-multidimensional-array
More information about didacelgueta/flatten-multidimensional-array
Files in didacelgueta/flatten-multidimensional-array
Download didacelgueta/flatten-multidimensional-array
More information about didacelgueta/flatten-multidimensional-array
Files in didacelgueta/flatten-multidimensional-array
Vendor didacelgueta
Package flatten-multidimensional-array
Short Description Reduce the dimensionality of a given array into a one dimension array
License MIT
Package flatten-multidimensional-array
Short Description Reduce the dimensionality of a given array into a one dimension array
License MIT
Please rate this library. Is it a good library?
Informations about the package flatten-multidimensional-array
Flatten multidimensional array
Convert multidimensional array to unidimensional array concatenating the keys
Install
Via composer:
Usage
The result will return a new array with just one dimension:
Set specific key separator
By default the key separator is '.' but you can specify the key separator you prefere by passing a string as the second parameter for array_flatten
method
The result will return the one dimension array with the keys nested by '_'
License
Flatten Multidimensional Array is an open-sourced package licensed under the MIT license.
All versions of flatten-multidimensional-array with dependencies
PHP Build Version
Package Version
No informations.
The package didacelgueta/flatten-multidimensional-array contains the following files
Loading the files please wait ....