Staticsยง
Functionsยง
- array_
flatten ๐ - Flattens a nested array by concatenating the inner arrays into a single array.
Only the outermost level of nesting is removed. For deeper nested arrays, call
array_flatten
multiple times. - array_
flatten_ ๐anyarray_ anyarray