View file 2bdb4cf4a11a9743c141fd6bb54eb79a/public_html/obmen/inc/opis/jpeg.php
<?
if (function_exists('getimagesize'))
{
$img_size=getimagesize($file);
echo "Разрешение: $img_size[0]*$img_size[1] пикс.<br />\n";
}
echo 'Размер: '.size_file($size)."<br />\n";
echo 'Загружен: '.vremja($post['time'])."<br />\n";
?>