search
Homephp教程php手册最快方法计算文件大小,输出' B', ' KB'

目前为止,发现可能是最快的计算方法 是不是还有更快的呢? PHP ?phpdate_default_timezone_set('UTC');function format_bytes($size){ $arr = array(' B', ' KB', ' MB', ' GB', ' TB'); for ($f = 0; $size = 1024 $f 4; $f++){$size /= 1024; }return roun

目前为止,发现可能是最快的计算方法
是不是还有更快的呢? PHP
<?php
date_default_timezone_set('UTC');

function format_bytes($size)
{ 
	$arr = array(' B', ' KB', ' MB', ' GB', ' TB'); 
	for ($f = 0; $size >= 1024 && $f < 4; $f++)
	{
		$size /= 1024; 
	}
	return round($size, 2).$arr[$f]; 
}
echo format_bytes('123456789');
?>
Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Chat Commands and How to Use Them
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

EditPlus Chinese cracked version

EditPlus Chinese cracked version

Small size, syntax highlighting, does not support code prompt function

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)