update : 2015.11.03
php.shukuma.com검색:
|
exif_thumbnail(PHP 4 >= 4.2.0, PHP 5, PHP 7) exif_thumbnail — Retrieve the embedded thumbnail of a TIFF or JPEG image 설명
string exif_thumbnail
( string
$filename
[, int &$width
[, int &$height
[, int &$imagetype
]]] )exif_thumbnail() reads the embedded thumbnail of a TIFF or JPEG image. If you want to deliver thumbnails through this function, you should send the mimetype information using the header() function.
It is possible that exif_thumbnail() cannot create an
image but can determine its size. In this case, the return value is
인수
반환값
Returns the embedded thumbnail, or 예제
Example #1 exif_thumbnail() example
<?php 참고
|