How does PHP accurately determine the extension of a remote file

Source: Internet
Author: User
How does PHP accurately determine the extension of a remote file?

The HTTP response header is as follows:
Array
(
[0] = = http/1.1-OK

[1] = content-length:345942

[2] = Content-type:application/octet-stream

[3] = server:microsoft-iis/6.0

[4] = X-powered-by:asp.net

[5] = Date:sun, Dec 05:44:39 GMT

[6] = Connection:close

)

There is no extension in the file name, disorganized.

share to: more


------Solution--------------------
The file name is only used to identify the block of data stored in the media
In network communication, the file name is meaningless.

Since Content-type:application/octet-stream has declared that it is a flow
And the length of the content-length:345942 is not too big, you can first as a picture to analyze
All traffic is marked with a specific identifier, and the previous stage has been where someone sent code, and you can find

  • 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.