摘要:
/** * 递归删除目录中文件 * @param $pathname * @return bool */public static function delDir($pathname)//要删除的目录{ if(file_exists($pathname)) { if(is_file($pathnam 阅读全文
posted @ 2017-08-01 10:29
py卡卡
阅读(122)
评论(0)
推荐(0)
摘要:
/** * 删除文件缓存 */public function actionDelfilecache(){ $cachePath = Yii::getAlias('@app/runtime/cache');//文件绝对路径 $fileArray = scandir($cachePath);//将文件夹 阅读全文
posted @ 2017-08-01 10:19
py卡卡
阅读(431)
评论(0)
推荐(0)
摘要:
<a href="<?=Url::to(['default/logout']);?>" title="退出"><span class="glyphicon glyphicon-log-out"></span></a> class DefaultController extends Controlle 阅读全文
posted @ 2017-08-01 10:12
py卡卡
阅读(264)
评论(0)
推荐(0)

浙公网安备 33010602011771号