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

filectime

파일의 inode 수정 시간을 가져옵니다
이름:filectime
분류:파일 시스템
사용 언어:php
한 줄 설명:파일이 마지막으로 변경 될 때 반환합니다.

 <span class="token php language-php"><span class="token delimiter important"><? php</span>
<span class="token keyword">echo</span> <span class="token function">filectime</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 keyword">에코</span> <span class="token string double-quoted-string">"마지막 변화 :"</span> <span class="token operator">.</span> <span class="token function">날짜</span> <span class="token punctuation">(</span> <span class="token string double-quoted-string">"f d yh : i : s."</span> <span class="token punctuation">,</span> <span class="token function">filetime</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 delimiter important">?></span></span>

산출:

 1138609592
마지막 변경 : 2006 년 1 월 30 일 09:26:32.
유사한 함수
  • 열린 파일 포인터를 닫습니다 fclose

    fclose

    열린파일포인터를닫습니다
  • 파일 권한을 얻습니다 fileperms

    fileperms

    파일권한을얻습니다
  • 주어진 파일 이름이 상징적 인 연결인지 결정 is_link

    is_link

    주어진파일이름이상징적인연결인지결정
  • 파일 포인터에서 문자를 읽습니다 fgetc

    fgetc

    파일포인터에서문자를읽습니다
  • 연결에 대한 정보를 얻으십시오 linkinfo

    linkinfo

    연결에대한정보를얻으십시오
  • 가벼운 상담 파일 잠금 flock

    flock

    가벼운상담파일잠금
  • 주어진 파일 이름이 일반 파일인지 결정 is_file

    is_file

    주어진파일이름이일반파일인지결정
  • 파일 소유자를 변경하십시오 chown

    chown

    파일소유자를변경하십시오
인기 기사