/**
* 转换附件大小单位
*
* @param string $fileSize 文件大小 kb
*/
function changeFileSize($fileSize) {
if ($fileSize >= 1073741824) {
$fileSize = round($fileSize / 1073741824, 2) . 'GB';
} elseif ($fileSize >= 1048576) {
$fileSize = round($fileSize / 1048576, 2) . 'MB';
} elseif ($fileSize >= 1024) {
$fileSize = round($fileSize / 1024, 2) . 'KB';
} else {
$fileSize = $fileSize . '字节';
}
return $fileSize;
}
如果文章或资源对您有帮助,欢迎打赏作者。一路走来,感谢有您!
txttool.com 说一段 esp56物联 查询128 IP查询