<?php
list($width, $height, $type, $attr) = getimagesize("path/image.jpg");
echo "Image width " . $width;
echo "Image height " . $height;
echo "Image type " . $type;
echo "Attribute " . $attr;
?>
등록된 댓글이 없습니다.
코리아뉴스 2001 - , All right reserved. 더보기