文件操作 - class-directory.php
返回文件管理
返回主菜单
删除本文件
文件: /home/tecnoht/public_html/termozerba--com/wp-content/plugins/backwpup/inc/class-directory.php
编辑文件内容
<?php /** * Wraps directory functions in PHP. * * @since 3.4.0 */ class BackWPup_Directory extends DirectoryIterator { /** * Creates the iterator. * * Fixes the path before calling the parent constructor. * * @param string $path */ public function __construct( $path ) { parent::__construct( BackWPup_Path_Fixer::fix_path( $path ) ); } }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件