$arrray = array(
$this->_SmailerTyle => "PHPMailer",
$this->_SsendMail => "smtp",
$this->from => "arun.r@infinitisoftware.net",
$this->to => "example@gmail.com",
$this->subject => "This is example subject",
$this->message => "This is example message",
);
print_r($arrray);
任何一种都有助于将单个数组转换为多个变量。
慕尼黑8549860