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

fileperms

파일 권한을 얻습니다
이름:fileperms
분류:파일 시스템
사용 언어:php
한 줄 설명:파일에 대한 권한을 반환합니다.

예 1

 <span class="token php language-php"><span class="token delimiter important"><? php</span>
<span class="token keyword">Echo</span> <span class="token function">FilePerms</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>

산출:

 33206

예 2

8 월 값으로 반환 권한 :

 <span class="token php language-php"><span class="token delimiter important"><? php</span>
<span class="token keyword">echo</span> <span class="token function">substr</span> <span class="token punctuation">(</span> <span class="token function">sprintf</span> <span class="token punctuation">(</span> <span class="token string double-quoted-string">"%o"</span> <span class="token punctuation">,</span> <span class="token punctuation">FilePerms</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 punctuation">,</span> <span class="token operator">-4</span> <span class="token number">)</span> <span class="token punctuation">;</span>
<span class="token delimiter important">?></span></span>

산출:

 1777
유사한 함수
  • 파일 시스템 또는 디스크 파티션에서 사용 가능한 공간을 반환합니다. disk_free_space

    disk_free_space

    파일시스템또는디스크파티션에서사용가능한
  • 파일이 http post를 통해 업로드되어 있는지 확인하십시오 is_uploaded_file

    is_uploaded_file

    파일이httppost를통해업로드되어있
  • 파일이 존재하고 읽을 수 있는지 확인하십시오 is_readable

    is_readable

    파일이존재하고읽을수있는지확인하십시오
  • 프로세스 파일 포인터를 닫습니다 pclose

    pclose

    프로세스파일포인터를닫습니다
  • 전체 파일을 문자열로 읽으십시오 file_get_contents

    file_get_contents

    전체파일을문자열로읽으십시오
  • 주어진 파일 이름이 상징적 인 연결인지 결정 is_link

    is_link

    주어진파일이름이상징적인연결인지결정
  • 파일 모드를 변경하십시오 chmod

    chmod

    파일모드를변경하십시오
  • 가벼운 상담 파일 잠금 flock

    flock

    가벼운상담파일잠금
인기 기사