update : 2015.11.03
php.shukuma.com검색:
|
disk_total_space(PHP 4 >= 4.1.0, PHP 5, PHP 7) disk_total_space — Returns the total size of a filesystem or disk partition 설명
float disk_total_space
( string
$directory
)Given a string containing a directory, this function will return the total number of bytes on the corresponding filesystem or disk partition. 인수
반환값
Returns the total number of bytes as a float
실패 시 예제
Example #1 disk_total_space() example
<?php 주의
|