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

filegroup

얻은 파일 그룹
이름:filegroup
분류:파일 시스템
사용 언어:php
한 줄 설명:파일의 그룹 ID를 반환합니다.

 <span class="token php language-php"><span class="token delimiter important"><? php</span>
<span class="token keyword">echo</span> <span class="token function">파일 그룹</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>
유사한 함수
  • 열린 파일 포인터를 통해 파일 정보를 얻습니다 fstat

    fstat

    열린파일포인터를통해파일정보를얻습니다
  • 파일의 마지막 액세스 시간을 가져옵니다 fileatime

    fileatime

    파일의마지막액세스시간을가져옵니다
  • 파일이나 디렉토리가 있는지 확인하십시오 file_exists

    file_exists

    파일이나디렉토리가있는지확인하십시오
  • 새 디렉토리를 만듭니다 mkdir

    mkdir

    새디렉토리를만듭니다
  • 주어진 파일 이름이 쓸 수 있는지 확인하십시오 is_writable

    is_writable

    주어진파일이름이쓸수있는지확인하십시오
  • 파일을 복사하십시오 copy

    copy

    파일을복사하십시오
  • 파일 시스템 또는 디스크 파티션에서 사용 가능한 공간을 반환합니다. disk_free_space

    disk_free_space

    파일시스템또는디스크파티션에서사용가능한
  • RealPath 캐시 항목을 얻으십시오 realpath_cache_get

    realpath_cache_get

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