推荐:《PHP视频教程》
代码如下:
explode() 函数把字符串打散为数组。
注释:"separator" 参数不能是空字符串。
注释:该函数是二进制安全的。
语法
explode(separator,string,limit)