Exemplo n.º 1
0
 public function getError()
 {
     return parent::getError() ? parent::getError() : imap_last_error();
 }
Exemplo n.º 2
0
 public function getError($i = null, $toString = true)
 {
     return parent::getError() ? parent::getError() : imap_last_error();
 }