PHPMailer\PHPMailer\PHPMailer::getCustomHeaders PHP 메소드

getCustomHeaders() 공개 메소드

Returns all custom headers.
public getCustomHeaders ( ) : array
리턴 array
    public function getCustomHeaders()
    {
        return $this->CustomHeader;
    }