_storage_()
_storage_(integer $size, array $config = array()) : string
格式化存储单位。 $size=0; //字节数 $config=array( 'byte'=>'B', 字节 'KByte'=>'KB', 千字节 'MByte'=>'M', 兆 'GByte'=>'G', 'TByte'=>'TB', 'PByte'=>'PB' )
Parameters
integer | $size | |
array | $config |