php 文件写入

$str="<?php 
 return ".var_export($config,true).';';
$ret = file_put_contents('./config.php', $str);
原文地址:https://www.cnblogs.com/lujiang/p/8386490.html