diff --git a/reference/filesystem/functions/disk-free-space.xml b/reference/filesystem/functions/disk-free-space.xml index 6f34616941..fef29188dd 100644 --- a/reference/filesystem/functions/disk-free-space.xml +++ b/reference/filesystem/functions/disk-free-space.xml @@ -1,5 +1,5 @@ - + disk_free_space @@ -29,6 +29,13 @@ A directory of the filesystem or disk partition. + + + Given a file name instead of a directory, the behaviour of the + function is unspecified and may differ between operating systems and + PHP versions. + +