文件操作 - SelfReference.php
返回文件管理
返回主菜单
删除本文件
文件: /opt/cpanel/ea-wappspector/vendor/laravel/serializable-closure/src/Support/SelfReference.php
编辑文件内容
<?php namespace Laravel\SerializableClosure\Support; class SelfReference { /** * The unique hash representing the object. * * @var string */ public $hash; /** * Creates a new self reference instance. * * @param string $hash * @return void */ public function __construct($hash) { $this->hash = $hash; } }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件