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