We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be303b3 commit ec772e9Copy full SHA for ec772e9
src/Flatten.php
@@ -50,12 +50,12 @@ public function __construct(
50
51
/**
52
* Flattens a traversable or array into a 1-dimensional array.
53
- *
+ *
54
* Each key (fully-qualified key or FQK) in the returned one-dimensional array is the join of all keys leading to
55
* each (non-traversable) value, in all dimensions, separated by the configured separator.
56
*
57
* The configured prefix will be appended to all FQKs, but it will not be separated with the configured separator.
58
59
* @param mixed $var
60
* @return array 1-dimensional array containing all values from all possible traversable dimensions in given input.
61
*/
0 commit comments