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, 17 May 2013

view this page in

Imagick::getImageLength

(PECL imagick 2.0.0)

Imagick::getImageLengthRetourne la taille de l'image en octets

Description

int Imagick::getImageLength ( void )

Retourne la taille de l'image en octets.

Valeurs de retour

Retourne un entier.

Exemples

Exemple #1 Exemple avec Imagick::getImageLength():

Récupère la taille de l'image, en octets

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



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 | sitemap | contact | advertising | mirror sites