DrewM\Morse\Feature\Http::testCurl PHP 메소드

testCurl() 공개 메소드

public testCurl ( )
    public function testCurl()
    {
        return self::functionAvailable('curl_init') && self::functionAvailable('curl_exec');
    }