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

fileowner

파일 소유자를 얻으십시오
이름:fileowner
분류:파일 시스템
사용 언어: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>
유사한 함수
  • 버퍼링 된 컨텐츠를 파일로 내 보냅니다 fflush

    fflush

    버퍼링된컨텐츠를파일로내보냅니다
  • 열린 파일 포인터를 닫습니다 fclose

    fclose

    열린파일포인터를닫습니다
  • 어려운 연결을 만듭니다 link

    link

    어려운연결을만듭니다
  • 파일 포인터에서 줄을 읽으십시오 fgets

    fgets

    파일포인터에서줄을읽으십시오
  • 파일 모드를 변경하십시오 chmod

    chmod

    파일모드를변경하십시오
  • 파일 이름을 패턴으로 일치시킵니다 fnmatch

    fnmatch

    파일이름을패턴으로일치시킵니다
  • 열린 파일 포인터를 통해 파일 정보를 얻습니다 fstat

    fstat

    열린파일포인터를통해파일정보를얻습니다
  • 프로세스 파일 포인터 열기 popen

    popen

    프로세스파일포인터열기
인기 기사