static function getInstance() { if (self::$inst == null) { self::$singleton = 1; self::$inst = new EpiCurl(); } return self::$inst; }