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

filesize

파일 크기를 얻으십시오
이름:filesize
분류:파일 시스템
사용 언어:php
한 줄 설명:파일 크기를 반환합니다.

 <span class="token php language-php"><span class="token delimiter important"><? php</span>
<span class="token keyword">echo</span> <span class="token function">filesize</span> <span class="token punctuation">(</span> <span class="token string double-quoted-string">"test.txt"</span> <span class="token punctuation">)</span> <span class="token punctuation">;</span>
<span class="token delimiter important">?></span></span>

산출:

 20
유사한 함수
  • 파일 이름을 패턴으로 일치시킵니다 fnmatch

    fnmatch

    파일이름을패턴으로일치시킵니다
  • fwrite의 별칭 fputs

    fputs

    fwrite의별칭
  • 파일 포인터 위치를 되 감습니다 rewind

    rewind

    파일포인터위치를되감습니다
  • 파일의 inode 수정 시간을 가져옵니다 filectime

    filectime

    파일의inode수정시간을가져옵니다
  • 파일 소유자를 변경하십시오 chown

    chown

    파일소유자를변경하십시오
  • 버퍼링 된 컨텐츠를 파일로 내 보냅니다 fflush

    fflush

    버퍼링된컨텐츠를파일로내보냅니다
  • 파일 또는 디렉토리의 이름을 바꿉니다 rename

    rename

    파일또는디렉토리의이름을바꿉니다
  • RealPath 캐시 항목을 얻으십시오 realpath_cache_get

    realpath_cache_get

    RealPath캐시항목을얻으십시오
인기 기사