downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

exif_imagetype> <定義済み定数
Last updated: Fri, 13 Nov 2009

view this page in

Exif 関数

目次

  • exif_imagetype — イメージの型を定義する
  • exif_read_data — JPEG あるいは TIFF から EXIF ヘッダを読み込む
  • exif_tagname — インデックスに対応するヘッダ名を取得する
  • exif_thumbnail — TIFF あるいは JPEG 形式の画像に埋め込まれたサムネイルを取得する
  • read_exif_data — exif_read_data のエイリアス


exif_imagetype> <定義済み定数
Last updated: Fri, 13 Nov 2009
 
add a note add a note User Contributed Notes
Exif 関数
phedberg at gmail dot com
19-Jun-2007 08:22
Mbstring must be loaded before exif. PHP setup program put them in the wrong order in the ini file and I couldn't use exif at all. Had to switch order in the ini file for it to work.
webmaster at robert-beran dot de
30-Nov-2006 10:07
here the link to my exif data remover function:

http://robert-beran.de/dl.php?id=4

its written in php so you can use it to remove jpg exif data in your php projects.

greetz
Robert
ishida at w3 dot org
21-Sep-2006 11:36
Not to mention Arabic, Hebrew, Chinese, the many Indic scripts, Thai, Greek, etc., etc.
23-Dec-2004 10:55
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'

exif_imagetype> <定義済み定数
Last updated: Fri, 13 Nov 2009
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites