Swift_Mime_Attachment::getFilename PHP 메소드

getFilename() 공개 메소드

Get the filename of this attachment when downloaded.
public getFilename ( ) : string
리턴 string
    public function getFilename()
    {
        return $this->_getHeaderParameter('Content-Disposition', 'filename');
    }