현재 위치: > 함수 카테고리 모음> disk_total_space

disk_total_space

파일 시스템 또는 디스크 파티션의 총 크기를 반환합니다.
이름:disk_total_space
분류:파일 시스템
사용 언어:php
한 줄 설명:디렉토리의 총 디스크 용량을 반환합니다.

 <span class="token php language-php"><span class="token delimiter important"><? php</span>
<span class="token keyword">echo</span> <span class="token function">disk_total_space</span> <span class="token punctuation">(</span> <span class="token string double-quoted-string">"c :"</span> <span class="token punctuation">)</span> <span class="token punctuation">;</span>
<span class="token delimiter important">?></span></span>

출력은 다음과 같습니다.

 509693888668
유사한 함수
  • 파일 시스템 또는 디스크 파티션의 총 크기를 반환합니다. disk_total_space

    disk_total_space

    파일시스템또는디스크파티션의총크기를반환
  • 파일 크기를 얻으십시오 filesize

    filesize

    파일크기를얻으십시오
  • 파일의 inode를 가져옵니다 fileinode

    fileinode

    파일의inode를가져옵니다
  • 파일 상태 캐시를 지우십시오 clearstatcache

    clearstatcache

    파일상태캐시를지우십시오
  • 새 디렉토리를 만듭니다 mkdir

    mkdir

    새디렉토리를만듭니다
  • 연결에 대한 정보를 얻으십시오 linkinfo

    linkinfo

    연결에대한정보를얻으십시오
  • 구성 파일을 구문 분석하십시오 parse_ini_file

    parse_ini_file

    구성파일을구문분석하십시오
  • 파일에 데이터를 작성하십시오 file_put_contents

    file_put_contents

    파일에데이터를작성하십시오