File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -31,5 +31,5 @@ script:
3131
3232branches :
3333 only :
34- - master
35- - next
34+ - master
35+ - next
Original file line number Diff line number Diff line change 11# php-flatten
22
3+ [ ![ Latest Version] ( https://img.shields.io/github/release/AlaaSarhan/php-flatten.svg?style=flat-square )] ( https://github.com/AlaaSarhan/php-flatten/releases )
4+ [ ![ Software License] ( https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square )] ( LICENSE )
5+ [ ![ Build Status] ( https://travis-ci.org/AlaaSarhan/php-flatten.svg?branch=master )] ( https://travis-ci.org/AlaaSarhan/php-flatten )
6+ [ ![ Total Downloads] ( https://img.shields.io/packagist/dt/sarhan/php-flatten.svg?style=flat-square )] ( https://packagist.org/packages/sarhan/php-flatten )
7+
38A utility function to mainly flatten multidimensional-arrays and traversables into a one-dimensional array, preserving keys
49and joining them with a customizable separator to from fully-qualified keys in the final array.
510
You can’t perform that action at this time.
0 commit comments