400 028 6601

建站动态

根据您的个性需求进行定制 先人一步 抢占小程序红利时代

将逗号,空格,回车,|,分隔的字符串转换为数组

functionstrsToArray($strs) {
   $result=array();
   $array=array();
   $strs= str_replace(',',',',$strs);
   $strs= str_replace("n",',',$strs);
   $strs= str_replace("rn",',',$strs);
   $strs= str_replace(' ',',',$strs);
   $array= explode(',',$strs);
   foreach($arrayas$key=>$value) {
       if(''!= ($value= trim($value))) {
           $result[] =$value;
       }
   }
   return$result;
}

网页标题:将逗号,空格,回车,|,分隔的字符串转换为数组
浏览地址:http://www.bluegullmedia.com/article/pgghhs.html

其他资讯

让你的专属顾问为你服务

0.0429s