현재 위치: > 함수 카테고리 모음> 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.
유사한 함수
  • 파일이 속한 그룹을 변경하십시오 chgrp

    chgrp

    파일이속한그룹을변경하십시오
  • 출력 파일 readfile

    readfile

    출력파일
  • 파일 또는 디렉토리의 이름을 바꿉니다 rename

    rename

    파일또는디렉토리의이름을바꿉니다
  • 파일이 http post를 통해 업로드되어 있는지 확인하십시오 is_uploaded_file

    is_uploaded_file

    파일이httppost를통해업로드되어있
  • 파일 수정 시간을 얻습니다 filemtime

    filemtime

    파일수정시간을얻습니다
  • 파일 포인터가 읽기/쓰기 위치를 반환합니다 ftell

    ftell

    파일포인터가읽기/쓰기위치를반환합니다
  • 파일 포인터 위치를 되 감습니다 rewind

    rewind

    파일포인터위치를되감습니다
  • 파일을 복사하십시오 copy

    copy

    파일을복사하십시오
인기 기사