Easy Tutorial
❮ Func Error Restore Error Handler Func Math Asin ❯

PHP diskfreespace() Function



Definition and Usage

The diskfreespace() function returns the available space of the specified directory in bytes.

This function is an alias of the disk_free_space() function.

Syntax

Parameter Description
directory Required. Specifies the directory to check.

Example

The above code will output:


❮ Func Error Restore Error Handler Func Math Asin ❯