文字

Exif 函数

Table of Contents

  • exif_imagetype — 判断一个图像的类型
  • exif_read_data — 从 JPEG 或 TIFF 文件中读取 EXIF 头信息
  • exif_tagname — 获取指定索引的头名称
  • exif_thumbnail — 取得嵌入在 TIFF 或 JPEG 图像中的缩略图
  • read_exif_data — 别名 exif_read_data

用户评论:

[#1] [2004-12-23 02:55:52]

exif.encode_unicode  string

    exif.encode_unicode defines the characterset UNICODE user comments are handled. This defaults to ISO-8859-15 which should work for most non Asian countries. The setting can be empty or must be an encoding supported by mbstring. If it is empty the current internal encoding of mbstring is used. 

How come ISO-8859-15 works for most non-Asian countries? It's only for West European and does NOT work for Russian, Greek, Albanian, Polish, Czech, and so forth. The default should be 'UTF-8'

上一篇: 下一篇: