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

search for in the

Imagick::getImageMagickLicense> <Imagick::getImageIterations
[edit] Last updated: Fri, 24 Jun 2011

view this page in

Imagick::getImageLength

(PECL imagick 2.0.0)

Imagick::getImageLengthبازگرداندن طول تصویر به بایت

Description

int Imagick::getImageLength ( void )

بازگرداندن طول تصویر به بایت

Return Values

بازگرداندن int شامل اندازه فعلی تصویر.

Examples

Example #1 Using Imagick::getImageLength():

دریافت طول تصویر به بایت

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



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

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