PHP 8.5.0 Beta 2 available for testing

Voting

: max(eight, nine)?
(Example: nine)

The Note You're Voting On

perching_eagle at yahoo dot com
17 years ago
/* get the size of the image in bytes */
$image=new Imagick("c:/htdocs/rose.jpg");
$size=$image->getImageSize();
print "the size of the picture is ".$size." bytes";

result

the size of the picture is 3461 bytes

<< Back to user notes page

To Top