⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 exif003.phpt

📁 php-4.4.7学习linux时下载的源代码
💻 PHPT
字号:
--TEST--Check for exif_read_data, Unicode user comment--SKIPIF--<?php 	if (!extension_loaded('exif')) die('skip exif extension not available');	if (!extension_loaded('mbstring')) die('skip mbstring extension not available');	if (!EXIF_USE_MBSTRING) die ('skip mbstring loaded by dl');?>--INI--output_handler=zlib.output_compression=0exif.decode_unicode_motorola=UCS-2BEexif.encode_unicode=ISO-8859-15--FILE--<?php/*  test1.jpg is a 1*1 image that does not contain any Exif/Comment information  test2.jpg is the same image but contains Exif/Comment information and a            copy of test1.jpg as a thumbnail.  test3.jpg is the same as test2.jpg but with a UNICODE UserComment: &Auml;&Ouml;&&Uuml;&szlig;&auml;&ouml;&uuml;*/var_dump(exif_read_data(dirname(__FILE__).'/test3.jpg','',true,false));?>--EXPECTF--array(5) {  ["FILE"]=>  array(6) {    ["FileName"]=>    string(9) "test3.jpg"    ["FileDateTime"]=>    int(%s)    ["FileSize"]=>    int(1240)    ["FileType"]=>    int(2)    ["MimeType"]=>    string(10) "image/jpeg"    ["SectionsFound"]=>    string(33) "ANY_TAG, IFD0, THUMBNAIL, COMMENT"  }  ["COMPUTED"]=>  array(12) {    ["html"]=>    string(20) "width="1" height="1""    ["Height"]=>    int(1)    ["Width"]=>    int(1)    ["IsColor"]=>    int(1)    ["ByteOrderMotorola"]=>    int(1)    ["UserComment"]=>    string(7) "闹苓漩

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -