<?php date_default_timezone_set(“prc”); $stringtime = date(“Y-m-d H:i:s”,time()); echo $stringtime.”<br/>”; echo strtotime($stringtime).”<br/>”; echo date(“Y/m/d G:i:s A”,strtotime($stringtime)); ?>
저작권 안내: 이 글은 해당 블로거의 원본 글이므로 블로거의 허락 없이 복제할 수 없습니다.
위 내용은 관련 내용을 포함하여 PHP 타임스탬프와 문자열 간의 상호 변환을 소개합니다. PHP 튜토리얼에 관심이 있는 친구들에게 도움이 되기를 바랍니다.