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

Returns:

Retrieves 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.10 is now available

9th November 2023

MasterPress 1.3.10 is a feature and bugfix release. Workaround for fatal error introduced by changes to WordPress’ wpdb class in WordPress 6.4. Added actions to MPC files upload_field & WF image save_image functions.

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