Pop\Mail\Message::getCharset PHP 메소드

getCharset() 공개 메소드

Get character set
public getCharset ( ) : string
리턴 string
    public function getCharset()
    {
        return $this->charset;
    }

Usage Example

예제 #1
0
파일: Mail.php 프로젝트: nicksagona/PopPHP
 /**
  * Get character set
  *
  * @return string
  */
 public function getCharset()
 {
     return $this->message->getCharset();
 }