文件操作 - TimerInterface.php
返回文件管理
返回主菜单
删除本文件
文件: /opt/cpanel/ea-wappspector/vendor/rector/rector/vendor/react/event-loop/src/TimerInterface.php
编辑文件内容
<?php namespace RectorPrefix202411\React\EventLoop; interface TimerInterface { /** * Get the interval after which this timer will execute, in seconds * * @return float */ public function getInterval(); /** * Get the callback that will be executed when this timer elapses * * @return callable */ public function getCallback(); /** * Determine whether the time is periodic * * @return bool */ public function isPeriodic(); }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件