您好,欢迎来到遇乐旅游网。
搜索
您的当前位置:首页[PHP高可用后端]③⑦--整体功能调试

[PHP高可用后端]③⑦--整体功能调试

来源:遇乐旅游网
微信截图_20171124143359.png 微信截图_20171124150247.png 微信截图_20171124145355.png

Uploader.class.php

 /**
     * 获取当前上传成功文件的各项信息
     * @return array
     */
    public function getFileInfo()
    {
        return array(
            "state" => $this->stateInfo,
            "url" => DOMAIN.$this->fullName,
            "title" => $this->fileName,
            "original" => $this->oriName,
            "type" => $this->fileType,
            "size" => $this->fileSize
        );
    }
 "url" => DOMAIN.$this->fullName,

controller.php

date_default_timezone_set("Asia/chongqing");
error_reporting(E_ERROR);
header("Content-Type: text/html; charset=utf-8");

$CONFIG = json_decode(preg_replace("/\/\*[\s\S]+?\*\//", "", file_get_contents("config.json")), true);
$action = $_GET['action'];

image.png

Copyright © 2019- yule263.com 版权所有 湘ICP备2023023988号-1

违法及侵权请联系:TEL:199 1889 7713 E-MAIL:2724546146@qq.com

本站由北京市万商天勤律师事务所王兴未律师提供法律服务