PHP常用代码
1、$array=explode(separator,$string); //字符串-》数组
2、$string=implode(glue,$array);//数组-》字符串
2、$string=implode(glue,$array);//数组-》字符串
3、file_put_contents('setting.php', "<?php
return " . var_export($list, true) . ";");//数组保存
4、file_get_contents('php://input');
最新评论
下载地址呢
没有下载?
这篇文章写得深入浅出,让我这个小白也看懂了!
这个确实很实用,工作中会经常遇到这个问题。
这个教程还是比较实用的,希望可以对大家有点用。