$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);任何一种都有助于将单个数组转换为多个变量。
1 回答
慕尼黑8549860
TA贡献1818条经验 获得超11个赞
在您的代码中找到您为以下属性赋值的位置
$this->_SmailerTyle
$this->_SsendMail
$this->from
$this->to
$this->subject
$this->message
- 1 回答
- 0 关注
- 159 浏览
添加回答
举报
0/150
提交
取消