Current Path : C:/AppServ/www/th/controlweb/manage/mod_calendar/ |
Current File : C:/AppServ/www/th/controlweb/manage/mod_calendar/function_mod.php |
<? function imgGetFileSize($filesize){ if ($filesize >= 1024) { $size = sprintf("%f",$filesize/1024); if ($size >= 1024) { $size = sprintf("%f",$size/1024); if ($size >= 1024) { $size = sprintf("%f",$size/1024); return round($size, 2)." GB"; }else return round($size, 2)." MB"; }else return round($size, 2)." KB"; }else return $filesize." B"; } ?>