Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | Dalšà |
disk_free_space
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.
Poznámka: Tato funkce nebude pracovat se vzdálenými soubory, protože zkoumaný soubor musà být dostupný přes filesystém serveru.
See also disk_total_space()