File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 4
4
5
5
A collection of global ` array_* ` functions appending to the native PHP set.
6
6
7
- - ` array_flatten `
8
- - ` array_blend `
9
- - ` array_key_array `
10
- - ` array_keys_array `
11
- - ` array_key_refill `
7
+ - ` array_flatten( array $array, $allow_duplicates = false ) `
8
+ - Given an array, find all the values recursively.
9
+ - ` array_blend( array $arrays, array $keys = null ) `
10
+ - Given an array of arrays, merges the array's children together.
11
+ - ` array_key_array( array $arrays, $key ) `
12
+ - Given an array of similarly keyed arrays, returns an array of only the values of the key.
13
+ - ` array_keys_array( array $arrays, $keys ) `
14
+ - Given an array of similarly keyed arrays, returns an array of only the selected keys.
15
+ - ` array_key_refill( array $array, $keys, $fill = array() ) `
16
+ - Given a keyed array, fills any missing values.
You can’t perform that action at this time.
0 commit comments