摘要: (转载)http://www.w3school.com.cn/php/func_string_explode.aspPHP String 函数定义和用法explode() 函数把字符串分割为数组。语法explode(separator,string,limit)参数描述separator必需。规定在哪里分割字符串。string必需。要分割的字符串。limit可选。规定所返回的数组元素的最大数目。说明本函数返回由字符串组成的数组,其中的每个元素都是由 separator 作为边界点分割出来的子字符串。separator 参数不能是空字符串。如果 separator 为空字符串("&qu 阅读全文
posted @ 2013-06-13 10:37 robotke1 阅读(172) 评论(0) 推荐(0)