WOOF_File :: size( String $unit = "AUTO", Boolean $with_unit = true, String $sep =  , Integer $base = 1024 )

Returns:

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).

Example:

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

  • String $sep =  

    The divider between the numerix value of the file size and the unit of measure

  • Integer $base = 1024

    The base of the file size.

Latest From the Blog

MasterPress 1.3.8 is now available

16th December 2022

MasterPress 1.3.8 is a bugfix release. Fixed a bug where MB, KB, and GB were being converted to bytes incorrectly via WOOF file functions. Fixed a bug where transparent images were losing their transparency on resize.

Plugin Requirements

MasterPress requires a minimum of WordPress version 4.9, MySQL 5.6, and PHP version 5.6.20.

We also recommend that PHP is configured to use a memory limit of 64MB per request (128MB may be required for sites with higher complexity).

This plug-in is not compatible with the WordPress.com hosted service.

Three AM