時間等を取りたい時とか。
<?php
function check_the_date() {
return date("d-F-Y H:i:s");
}
?>