Home >php教程 >php手册 >简单获取文件的KB,MB大小

简单获取文件的KB,MB大小

WBOY
WBOYOriginal
2016-06-07 11:43:191090browse

简单代码!
//kding,zip 要检查的文件<br> <br> echo filesize('kding.zip').'B';                //字节大小<br> echo "<br>";<br> echo (filesize('kding.zip') >> 10).'KB';        //MB大小<br> echo "<br>";<br> echo (filesize('kding.zip') >> 10 >> 10).'MB';    //大小<br> <br> <br> <img src="/Uploads/editor/2013-11-16/5286f56452831.jpg" alt="简单获取文件的KB,MB大小" >

AD:真正免费,域名+虚机+企业邮箱=0元

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