현재 위치: > 함수 카테고리 모음> 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
유사한 함수
  • 파일 포인터에서 줄을 읽으십시오 fgets

    fgets

    파일포인터에서줄을읽으십시오
  • 파일 또는 기호 연결에 대한 정보를 제공합니다 lstat

    lstat

    파일또는기호연결에대한정보를제공합니다
  • 파일 포인터의 위치 fseek

    fseek

    파일포인터의위치
  • 경로의 디렉토리 부분으로 돌아갑니다 dirname

    dirname

    경로의디렉토리부분으로돌아갑니다
  • 업로드 된 파일을 새 위치로 이동하십시오 move_uploaded_file

    move_uploaded_file

    업로드된파일을새위치로이동하십시오
  • 파일 모드를 변경하십시오 chmod

    chmod

    파일모드를변경하십시오
  • 파일의 마지막 액세스 시간을 가져옵니다 fileatime

    fileatime

    파일의마지막액세스시간을가져옵니다
  • 파일이 http post를 통해 업로드되어 있는지 확인하십시오 is_uploaded_file

    is_uploaded_file

    파일이httppost를통해업로드되어있