Easy Tutorial
❮ Php7 New Features Func Array Diff Uassoc ❯

PHP disk_free_space() Function



Definition and Usage

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

Syntax

Parameter Description
directory Required. Specifies the directory to check.

Example

The above code will output:


❮ Php7 New Features Func Array Diff Uassoc ❯