文件操作 - Cloud.php
返回文件管理
返回主菜单
删除本文件
文件: /opt/cpanel/ea-wappspector/vendor/rector/rector/vendor/illuminate/contracts/Filesystem/Cloud.php
编辑文件内容
<?php namespace RectorPrefix202411\Illuminate\Contracts\Filesystem; interface Cloud extends Filesystem { /** * Get the URL for the file at the given path. * * @param string $path * @return string */ public function url($path); }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件