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

search for in the

Imagick::getImageMagickLicense> <Imagick::getImageIterations
Last updated: Fri, 13 Nov 2009

view this page in

Imagick::getImageLength

(PECL imagick 2.0.0)

Imagick::getImageLength画像の長さをバイト数で取得する

説明

int Imagick::getImageLength ( void )

画像の長さをバイト数で返します。

返り値

現在の画像のサイズを整数値で返します。

例1 Imagick::getImageLength() の使用法

画像の長さをバイト数で取得します。

<?php
$image 
= new Imagick('test.jpg');
echo 
$image->getImageLength() . ' bytes';
?>



add a note add a note User Contributed Notes
Imagick::getImageLength
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites