getSize() public method

Get message size.
public getSize ( ) : integer
return integer The size of the message, in bytes.
Example #1
0
 public function getSize()
 {
     return $this->fetch->getSize();
 }