Nama File / Folder | Size | Action | '.$directory.' | -- | NONE | '; } foreach ($scan as $file) { if (!is_file($dir.'/'.$file)) continue; $jumlah = filesize($dir.'/'.$file)/1024; $jumlah = round($jumlah, 3); if ($jumlah >= 1024) { $jumlah = round($jumlah/1024, 2).'MB'; } else { $jumlah = $jumlah .'KB'; } echo '
---|---|---|
'.$file.' | '.$jumlah.' | Hapus Edit Rename |