update : 2015.11.03
php.shukuma.com검색:
|
Imagick::getImageProperties(PECL imagick 2.0.0) Imagick::getImageProperties — Returns the image properties 설명
array Imagick::getImageProperties
([ string
$pattern = "*"
[, bool $only_names = true
]] )
Returns all associated properties that match the pattern. If 인수
반환값Returns an array containing the image properties or property names. 예제
Example #1 Using Imagick::getImageProperties(): An example of extracting EXIF information.
<?php |