Instagram\API\Framework\Response::getContentType PHP 메소드

getContentType() 공개 메소드

Get Content Type
public getContentType ( ) : string
리턴 string
    public function getContentType()
    {
        $headers = $this->getHeaders();
        return $headers["content-type"];
    }