摘要: function file_write($file, $string, $type = 'array') { if(is_array($string)) { $type = strtolower($type); if($type == 'array') { $string = "<?php\n re 阅读全文
posted @ 2016-04-18 11:03 萄子 阅读(334) 评论(0) 推荐(0)