09 2015 档案

摘要:php -S localhost:90 -t /项目目录 阅读全文
posted @ 2015-09-28 15:24 梁小粽 阅读(173) 评论(0) 推荐(0)
摘要:/*public function copyfile($str,$pre){ copy('test.php','array.php'); $arrInsert = insertfile("array.php", $str, 3, 0); unlink("array.php"); ... 阅读全文
posted @ 2015-09-09 10:33 梁小粽 阅读(214) 评论(0) 推荐(0)
摘要:public function actionShowfile(){ header("Content-type:text/html;charset=utf-8"); $file_name="test.php"; //用以解决中文不能显示出来的问题 $file_name=icon... 阅读全文
posted @ 2015-09-09 09:32 梁小粽 阅读(204) 评论(0) 推荐(0)