Core PHP

Basic Disk Functions

Basic Disk Functions
disk_free_space()
float disk_free_space(string $sDisk)
This function returns the number of bytes available on the disk or partition specified by $sDisk. If it fails, it returns FALSE
Argument Description
string $sDisk This is the disk or partition.
diskfreespace()
This function is the same as disk_free_space()
disk_total_space()
float disk_total_space(string $sDisk)
This function returns the total number of bytes on the disk or partition specified by $sDisk. If it fails, it returns FALSE
Argument Description
string $sDisk This is the disk or partition.
 
 

© 2007–2024 XoaX.net LLC. All rights reserved.