我们专注攀枝花网站设计 攀枝花网站制作 攀枝花网站建设
成都网站建设公司服务热线:400-028-6601

网站建设知识

十年网站开发经验 + 多家企业客户 + 靠谱的建站团队

量身定制 + 运营维护+专业推广+无忧售后,网站问题一站解决

php判断上传文件是不是图片,如果是,返回图片格式

 1, 'type' => 'jpg');
    } elseif ($typeCode == 7173) {
        $fileType = array('code' => 1, 'type' => 'gif');
    } elseif ($typeCode == 13780) {
        $fileType = array('code' => 1, 'type' => 'png');
    } else {
        $fileType = array('code' => 0, 'type' => '非图片格式');
    }
    return $fileType;
}

标题名称:php判断上传文件是不是图片,如果是,返回图片格式
当前地址:http://shouzuofang.com/article/jsoioe.html

其他资讯