✏️ 正在编辑: interface.host.php
路径:
/home/ubuntu/plugins-bkp-26012025/duplicator/classes/host/interface.host.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php /** * interface for specific hostings class * * Standard: PSR-2 * * @package SC\DUPX\HOST * @link http://www.php-fig.org/psr/psr-2/ */ defined('ABSPATH') || defined('DUPXABSPATH') || exit; interface DUP_Host_interface { /** * return the current host itentifier * * @return string */ public static function getIdentifier(); /** * @return bool true if is current host */ public function isHosting(); /** * the init function. * is called only if isHosting is true * * @return void */ public function init(); }
💾 保存文件
← 返回文件管理器