proc_disk_free()

The total amount of free disk space

Syntax:

double proc_disk_free();

Arguments:

no arguments

Description:

The total amount of free space in mounted partitions, in MBytes.

Return Values:

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

See Also:

proc_disk_total(), proc_disk_pused(), proc_part_max_used()



INDEX