って、なんだこのいみふなすくりぷとは・・・
しゅうせいしゅうせい

<?php
//日本時間
date_default_timezone_set('Asia/Tokyo');
$today = date("Ymd_Hi");
$fname = $today . ".txt";

$where = dirname(__FILE__) . "/";

$fwhere = (string)$where . (string)$fname;

file_put_contents($fwhere, $where, LOCK_EX);
?>