PHP explode()函数用法、切分字符串

技术教程2个月前发布 北陌
385 00

PHP explode()函数用法、切分字符串

// ### 切分字符串 ####

function gimoonetcut($start,$end,$file){

$content=explode($start,$file);

$content=explode($end,$content[1]);

return $content[0];

}

?

© 版权声明

相关文章

暂无评论

none
暂无评论...