diskfreespace

diskfreespace -- Alias of disk_free_space()

Description

This function is an alias of disk_free_space().

ont>// On Windows:
disk_total_space("C:");
disk_total_space("D:");
?>