attachment.php 374 B

123456789101112131415
  1. <?php
  2. return [
  3. 'Url' => '物理路径',
  4. 'Imagewidth' => '宽度',
  5. 'Imageheight' => '宽度',
  6. 'Imagetype' => '图片类型',
  7. 'Imageframes' => '图片帧数',
  8. 'Filesize' => '文件大小',
  9. 'Mimetype' => 'mime类型',
  10. 'Extparam' => '透传数据',
  11. 'Createtime' => '创建日期',
  12. 'Uploadtime' => '上传时间'
  13. ];