文件操作 - Driver.php
返回文件管理
返回主菜单
删除本文件
文件: /opt/cpanel/ea-wappspector/vendor/rector/rector/vendor/illuminate/contracts/Concurrency/Driver.php
编辑文件内容
<?php namespace RectorPrefix202411\Illuminate\Contracts\Concurrency; use Closure; use RectorPrefix202411\Illuminate\Support\Defer\DeferredCallback; interface Driver { /** * Run the given tasks concurrently and return an array containing the results. * @param \Closure|mixed[] $tasks */ public function run($tasks) : array; /** * Defer the execution of the given tasks. * @param \Closure|mixed[] $tasks */ public function defer($tasks) : DeferredCallback; }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件