proc_disk_total()

Total available disk space

Syntax:

double proc_disk_total();

Arguments:

no arguments

Description:

Total available disk space in all mounted partitions, in megabytes.

Return Values:

On success, returns the disk capacity (in MBytes). On error, -1 is returned.

See Also:

proc_disk_free(), proc_disk_pused(), proc_part_max_used()



INDEX