search
Homephp教程PHP源码php+shell detect file type

Through judgment, the formats of uploaded files are restricted to PDF, docx, xlsx, pptx, potx, vsdx, odt, doc, xls, ppt, vsd, pot, wps, dps, e t and txt, rtf file types. I hope you can give me more opinions!

function checkFileType($filename){
    //文件头
    $_typecode = array(
            '3780',//PDF
            '8075',//.docx,.xlsx,.pptx,.potx,.vsdx,.odt
            '208207',//.doc,.xls,.ppt,.vsd,.pot,.wps,.dps,.et
       );
        $file = fopen($filename, "rb");
        //contents = stream_get_contents($file);
        //$contents = fread($file, filesize($filename));
        $bin = fread($file, 2); //只读2字节
        fclose($file);
        $strInfo = @unpack("C2chars", $bin);// C为无符号整数,网上搜到的都是c,为有符号整数,这样会产生负数判断不正常
        $typeCode = intval($strInfo['chars1'].$strInfo['chars2']);
        exec("file $filename",$output,$return_var);//用linux系统命令file判断上传文件的类型,主要是判断txt,rtf文件类型
        $pattern = '/text,/';//rtf和txt文档用file检测都会被检测为text
        $_count =  preg_match($pattern,strrchr($output[0],":"));
        echo $typeCode;
        if(in_array($typeCode,$_typecode) || $_count == 1) {
            return true;
        }else{
            return false;
        }
    }


Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Tools

mPDF

mPDF

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.