WOOF_File :: size( String $unit = "AUTO", Boolean $with_unit = true, String $sep = , Integer $base = 1024 )
An alias for the WOOF_File::filesize method to retrieve the formatted size of the file on disk. By default, this will be formatted with the most appropriate unit of measure, based on the file size (similar to how any modern operating system would show a file size).
Parameters:
-
String $unit = "AUTO"
The unit of measure to display the file size in. This can be any of the following values:
- AUTO – the most appropriate unit will be selected based on the file size
- GB – Gigabytes
- MB – Megabytes
- KB – Kilobytes
- B – Bytes
-
Boolean $with_unit = true
Determines if the unit of measure is displayed alongside the numerical value of the file size
-
The divider between the numerix value of the file size and the unit of measure
-
The base of the file size.