コード例 #1
0
 private static function daySql()
 {
     if (self::$_day_sql === null) {
         self::$_day_sql = gmdate('Y-m-d');
     }
     return self::$_day_sql;
 }