示例#1
0
 public static function flush()
 {
     $mails = self::$mails;
     self::$mails = array();
     return $mails;
 }