update : 2015.11.03
php.shukuma.com검색:
|
disk_free_space(PHP 4 >= 4.1.0, PHP 5, PHP 7) disk_free_space — Returns available space on filesystem or disk partition 설명
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. 인수
반환값
Returns the number of available bytes as a float
실패 시 예제
Example #1 disk_free_space() example
<?php 주의
|