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

   $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);

任何一种都有助于将单个数组转换为多个变量。


守着星空守着你
浏览 160回答 1
1回答

慕尼黑8549860

在您的代码中找到您为以下属性赋值的位置$this->_SmailerTyle$this->_SsendMail$this->from$this->to$this->subject$this->message 
打开App,查看更多内容
随时随地看视频慕课网APP