Документ взят из кэша поисковой машины. Адрес оригинального документа : http://old.hcs.cmc.msu.ru/php/function.disk-free-space.html
Дата изменения: Sun Feb 3 22:38:40 2002
Дата индексирования: Mon Oct 1 22:36:28 2012
Кодировка:
disk_free_space

disk_free_space

(PHP 4 >= 4.1.0)

disk_free_space -- Returns available space in directory

Description

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 1. disk_free_space() example

$df = disk_free_space("/"); // $df contains the number of bytes 
                          // available on "/"