教程吧
分享有用的知识
共 1 篇文章

标签:PHP代码

PHP常用代码

1、$array=explode(separator,$string); //字符串-》数组
2、$string=implode(glue,$array);//数组-》字符串
3、file_put_contents('setting.php', "<?php return " . var_export($list, true) . ";");//数组保存
4、file_get_contents('php://input');

赞(0)教程吧教程吧建站教程 阅读(65)去评论

登录

找回密码

注册