X

PHP 產生 Apache access.log 日期格式

想用 PHP 來產生 Apache access.log 的日期內容, date() 的參數如下:

<?php
echo date('d/M/Y:H:i:s O');
?>

相關網頁

Tsung: 對新奇的事物都很有興趣, 喜歡簡單的東西, 過簡單的生活.
Related Post