导航
系统开发首页
使用手册
插件手册
米拓商城
模板制作
应用开发
系统开发
http://doc.metinfo.cn/dev/
1
系统开发首页
第二章 基础
2.6.系统函数
2.6.6.array.func.php 数组处理函数
更新时间:2020-02-19 11:13:01
作者:米拓建站
| 方法 | 说明 | | ------------ | ------------ | | [is_arrempty()](http://doc.metinfo.cn/dev/classfun/classfun168.html "is_arrempty()") | 检测数组是否为空。 | |[ arrayto_string()](http://doc.metinfo.cn/dev/classfun/classfun169.html " arrayto_string()") | 将数组转换为字符串。 | | [stringto_array()](http://doc.metinfo.cn/dev/classfun/classfun170.html "stringto_array()") | 将字符串转换为数组。 | | [array_level()](http://doc.metinfo.cn/dev/classfun/classfun171.html "array_level()") | 判断数组的维数。 | | [arr_sort()](http://doc.metinfo.cn/dev/classfun/classfun172.html "arr_sort()") | 一维数组/二维数组排序。 | | [jsondecode()](http://doc.metinfo.cn/dev/classfun/classfun173.html "jsondecode()") | 将json转换成数组。 | | [jsonencode()](http://doc.metinfo.cn/dev/classfun/classfun174.html "jsonencode()") | 将数组转换成json。 | | [jsoncallback()](http://doc.metinfo.cn/dev/classfun/classfun175.html "jsoncallback()") | 把数组转成JSON,用于ajax返回。 |
上一篇
: 2.5.14.watermark.class.php 水印类
下一篇
: 2.4.1.常量