提交 3d5ed966 编写于 作者: 李光春's avatar 李光春

- 数组门面增加数组删除空格

上级 aadbe6c4
......@@ -36,7 +36,7 @@ use think\Facade;
* @method static array split(array $array, $num = 5) 分隔数组
* @method static array unique(array $array) 多维数组去重
* @method static array sort(array $arrays, string $sort_key, $sort_order = SORT_ASC, $sort_type = SORT_NUMERIC) 二维数组根据某个键排序
* @method static string trimArray(array $arr) 数组删除空格
* @method static array trimArray(array $arr) 数组删除空格
*/
class Arrays extends Facade
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册