Collections functions
General functions
Node functions
Render functions
Theme permission functions
User functions
Resource functions

get_total_disk_usage()

Description

Returns the total disk space used by all resources on the system

Parameters

This function accepts no parameters.

Return

int

Location

include/resource_functions.php lines 6146 to 6150

Definition

 
function get_total_disk_usage()
    {
    global 
$fstemplate_alt_threshold;
    return 
ps_value("select ifnull(sum(disk_usage),0) value from resource where ref>?",array("i",$fstemplate_alt_threshold), 0,"stats");
    }

This article was last updated 19th March 2024 03:05 Europe/London time based on the source file dated 11th March 2024 14:25 Europe/London time.