Exemplo n.º 1
0
 public static function getNow()
 {
     if (is_null(self::$now)) {
         return self::$now = time();
     }
     return self::$now;
     // end function
 }