diskfreespace
alias for disk_free_space
diskfreespace()
function returns the available space in the directory. This function is an alias for disk_free_space()
function.
<?php echo diskfreespace ( "C:" ) ; ?>
Output:
209693288558
diskfreespace ( directory )
parameter | describe |
---|---|
Directory | Required. Specify the directory to be inspected. |
The directory parameter is a directory string. This function returns the available number of bytes based on the corresponding file system or disk partition.