public static function getNow() { if (is_null(self::$now)) { return self::$now = time(); } return self::$now; // end function }