Php checks the audio and video file formats and verifies whether the audio and video are forged.

Source: Internet
Author: User
I learned how to process images from the Internet and detected images with fake extensions: {code ...} is there any method similar to getimagesize for detecting audio and video, MP3 and MP4. I learned how to process images from the Internet to detect images with fake extensions:

// Detect forgery public function checkFlag () {$ this-> flag = @ getimagesize ($ this-> fileInfo ['tmp _ name']); if ($ this-> flag) {return true;} else {$ this-> error = "please Upload valid files"; return false ;}}

Is there any method similar to getimagesize for detecting audio and video, MP3 and MP4.

Reply content:

I learned how to process images from the Internet to detect images with fake extensions:

// Detect forgery public function checkFlag () {$ this-> flag = @ getimagesize ($ this-> fileInfo ['tmp _ name']); if ($ this-> flag) {return true;} else {$ this-> error = "please Upload valid files"; return false ;}}

Is there any method similar to getimagesize for detecting audio and video, MP3 and MP4.

$finfo = finfo_open(FILEINFO_MIME);$mimetype = finfo_file($finfo, $inputFileName);

The first 8 bytes can be read.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.