phprs\util\Curl::GET PHP Метод

GET() публичный Метод

public GET ( $url, $headers = null, $followLoc = true )
    public function GET($url, $headers = null, $followLoc = true)
    {
        return $this->execCurl($url, __FUNCTION__, null, $headers, $followLoc);
    }