getSize() public méthode

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