php list($width, $height, $type, $attr) = getimagesize("url/to/image.jpg"); echo "Image width " . $width; echo "Image height " ...
確定! 回上一頁