为了账号安全,请及时绑定邮箱和手机立即绑定

如何在单个数组中组合多个变量

如何在单个数组中组合多个变量

PHP
守着星空守着你 2021-06-28 13:39:25
   $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 


查看完整回答
反对 回复 2021-07-09
  • 1 回答
  • 0 关注
  • 159 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信