【问题标题】:What is mime in the following code?以下代码中的 mime 是什么?
【发布时间】:2018-12-07 16:37:52
【问题描述】:

谁能告诉我以下代码行中的mime是什么

echo "File is an image - " . $check["mime"] . ".";

谢谢

【问题讨论】:

  • 看看$check数组是如何创建和填充的!

标签: php tags


【解决方案1】:

在您的示例中,mime 是一个数组键。但实际上 MIME 是

The Multipurpose Internet Mail Extensions (MIME) type is a standardized way to 
indicate the nature and format of a document.

正如here所解释的那样

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2015-09-15
    相关资源
    最近更新 更多