getSize() 공개 메소드

Get message size.
public getSize ( ) : integer
리턴 integer The size of the message, in bytes.
예제 #1
0
파일: message.php 프로젝트: jakobsack/mail
 public function getSize()
 {
     return $this->fetch->getSize();
 }