PHP disk_free_space() Function

The disk_free_space() function returns the free space, in bytes, of the specified directory.

float disk_free_space ( string $directory )

Given a string containing a directory, this function will return the number of bytes available on the corresponding filesystem or disk partition.

Example -

Note -

This function will not work on remote files as the file to be examined must be accessible via the server's filesystem.

ParameterDescription
directoryRequired. Specifies the directory to check