You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Converts multidimensional array to map of keys concatenated by dot and corresponding values.
123
177
178
+
Inverse of [`pack`](common.md#pack).
179
+
180
+
#### Modes
181
+
182
+
| Mode | Description |
183
+
| :--- | :--- |
184
+
|`Arr::UNPACK_ALL`| Every array will be unpacked |
185
+
|`Arr::UNPACK_PRESERVE_LIST_ARRAY`| Preserve arrays with highest nesting level \(if they are not associative\) as element values instead of unpacking them |
186
+
|`Arr::UNPACK_PRESERVE_ASSOC_ARRAY`| Preserve arrays with highest nesting level \(if they are associative\) as element values instead of unpacking them |
187
+
|`Arr::UNPACK_PRESERVE_ARRAY`| Preserve all arrays with highest nesting level as element values instead of unpacking them |
0 commit comments