$name, 'size' => filesize($path), 'time' => filemtime($path), ]; } } } usort($files, fn($a, $b) => $b['time'] <=> $a['time']); function humanSize($bytes) { $units = ['B', 'KB', 'MB', 'GB']; $i = 0; while ($bytes >= 1024 && $i < count($units) - 1) { $bytes /= 1024; $i++; } return round($bytes, 2) . ' ' . $units[$i]; } ?> 崩溃报告接收列表

崩溃报告接收列表

退出登录
个文件 · 目录:uploads/
还没有收到任何文件
文件名 大小 接收时间 操作