Code Snippets Php

$size = getimagesize ("test.jpg");
echo $size[3];
?>