文件操作 - PageFlow.php
返回文件管理
返回主菜单
删除本文件
文件: /home/www/public/wp-content/plugins/smart-slider-3/Nextend/Framework/PageFlow.php
编辑文件内容
<?php namespace Nextend\Framework; class PageFlow { public static function markApplicationEnd() { Plugin::doAction('exit'); } public static function exitApplication() { self::markApplicationEnd(); exit; } public static function cleanOutputBuffers() { $handlers = ob_list_handlers(); while (count($handlers) > 0 && $handlers[count($handlers) - 1] != 'ob_gzhandler' && $handlers[count($handlers) - 1] != 'zlib output compression') { ob_end_clean(); $handlers = ob_list_handlers(); } } }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件