Swift_Mime_MimePart::getCharset PHP Method

getCharset() public method

Get the character set of this entity.
public getCharset ( ) : string
return string
    public function getCharset()
    {
        return $this->_getHeaderParameter('Content-Type', 'charset');
    }