文件操作 - Factory.php
返回文件管理
返回主菜单
删除本文件
文件: /opt/cpanel/ea-wappspector/vendor/rector/rector/vendor/illuminate/contracts/Filesystem/Factory.php
编辑文件内容
<?php namespace RectorPrefix202411\Illuminate\Contracts\Filesystem; interface Factory { /** * Get a filesystem implementation. * * @param string|null $name * @return \Illuminate\Contracts\Filesystem\Filesystem */ public function disk($name = null); }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件