separates the elements of array a into multiple rows
or the elements of a map into multiple rows and columns
分裂 array 数组的中的元素变成多行
或者分裂 map 中的元素变成多行和多列
是一个表生成函数
explode(array)
Splits str around occurances that match regex
拆分与正则表达式匹配的事件
split(str, regex)
截取从指定位置开始指定长度的的字符串
默认从第一位开始截取
substr(str, pos[, len])
原文:https://www.cnblogs.com/share23/p/10223898.html