★ wanayoo — archive 1999 http://uk.php.net/manual/en/function.diskfreespace.phpNouvelle recherche | Portail wanayoo
PHP
Saturday, July 14, 2001  
downloads | documentation | faq | support | reporting bugs | links 

search for in the  


previousdirname
disk_total_spacenext

Last updated: Fri, 13 Jul 2001
view this page in English | Brazilian Portuguese | Czech | Dutch | French | German | Hungarian | Italian | Japanese | Korean | Spanish | Plain HTML

diskfreespace

(PHP 3>= 3.0.7, PHP 4 >= 4.0b4)

diskfreespace -- Returns available space in directory

Description

float diskfreespace (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. diskfreespace() example


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

User Contributed Notes
diskfreespace
add a note about notes
User contributed notes are not available on this mirror site; try here.


previousdirname
disk_total_spacenext

Last updated: Fri, 13 Jul 2001

show source | credits | mirror sites:  

Copyright © 2001 The PHP Group
All rights reserved.
This mirror generously provided by: On-Line PLC
Last updated: Sat Jul 14 02:21:57 2001 GMT