cable8mm/array-flatten
Composer 安装命令:
composer require cable8mm/array-flatten
包简介
Flatten a multi-dimensional array in PHP.
README 文档
README
Flatten nested arrays.
We have provided the API Documentation on the web. For more information, please visit https://www.palgle.com/array-flatten/ ❤️
Installation
composer require cable8mm/array-flatten
Usage
use function Cable8mm\ArrayFlatten\array_flatten; array_flatten([1, [2, [3, [4, [5], 6], 7], 8], 9]); //=> [1, 2, 3, 4, 5, 6, 7, 8, 9]
License
The Array Flatten is open-sourced software licensed under the MIT license.
统计信息
- 总下载量: 36.68k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 2
- 推荐数: 1
其他信息
- 授权协议: MIT
- 更新时间: 2024-03-01