Beispiel #1
0
 public static function getMonth()
 {
     if (is_null(self::$month)) {
         return self::$month = date('m');
     }
     return self::$month;
     // end function
 }