PHP 판사 파일 수정 시간 및 날짜 함수 코드

출처: 인터넷
작성자: 사용자
키워드: 웹 프로그래밍 PHP는 자습서

PHP는 자습서가 페이지를 마지막으로 개정 하는 경우 스크립트와 20 분 전, 출력 또는 XX 한 일 전 날짜 함수
파일 수정 시간을 결정... 또는 보기 전에 너무 많이-20 주를 업데이트 하지 않습니다 경우에!

//file 이름
$last _modified = Filemtime ("게");
& nbsp
{
$timediff 시간 () =-$last _modified;
& nbsp
경우 ($timediff < 3600)
{
경우 ($timediff <)
{
$returndate "1 분 전." = < b r >}

Else {
$returndate = intval ($timediff/60). "전 분입니다."
}
}
Else 경우 ($timediff < 7200)
{
$returndate = "1 시간 전.";
}
Else 경우 ($timediff < 86400)
{
$returndate = intval ($timediff/3600). "시간 전입니다."
}
Else 경우 ($timediff < 172800)
{
$returndate = "1 하루 전."
}
Else 경우 ($timediff < 604800)
{
$returndate = intval ($timediff/86400). "일 전입니다."

} & nbsp
Else 경우 ($timediff < 1209600)
{
$returndate = "1 주 전.";
}
Else 경우 ($timediff < 3024000)
{
$returndate = intval ($timediff/604900). "주 전입니다."
}

다른 {
$returndate = @date (' n j y ', $timestaMP);
경우 ($type = = "Fulldate")
{
$returndate = @date ('n j y h:i', $timestamp);
& nbsp
}
& nbsp
Else 경우 ($type = = "시간")
{

$returndate = @date ('h:i', $timestamp); br > & nbsp
}
& nbsp
} //display

그것 인쇄 ("마지막 수정:");
인쇄 ($returndate);
& nbsp
}
?

그것은 이해 하기 쉬워야 한다.

$ last_modified = filemtime ("게"); -파일 연결 하 게를 변경 합니다.

관련 문서

연락처

이 페이지의 내용은 인터넷에서 가져온 것이므로 Alibaba Cloud의 공식 의견이 아닙니다.이 페이지에서 언급 된 제품 및 서비스는 Alibaba Cloud와는 관련이 없으므로이 페이지의 내용이 골칫거리 인 경우 저희에게 알려주십시오. 우리는 5 일 근무일 이내에 이메일을 처리 할 것입니다.

커뮤니티에서 표절 사례를 발견한 경우 info-contact@alibabacloud.com 으로 관련 증거를 첨부하여 이메일을 보내주시기 바랍니다. 당사 직원이 영업일 기준 5일 내에 연락 드리도록 하겠습니다.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.