Swift_Mime_Attachment::getSize PHP Method

getSize() public method

Get the file size of this attachment.
public getSize ( ) : integer
return integer
    public function getSize()
    {
        return $this->_getHeaderParameter('Content-Disposition', 'size');
    }