public function PHPMailer::clearAttachments

5.x PHPMailer.php public PHPMailer::clearAttachments()

Clear all filesystem, string, and binary attachments.

File

inc/PHPMailer/src/PHPMailer.php, line 3667

Class

PHPMailer
PHPMailer - PHP email creation and transport class.

Namespace

PHPMailer\PHPMailer

Code

public function clearAttachments() 
 {
  $this->attachment = [];
}