gpt4 book ai didi

PHP - 不能在类方法中使用 Heredoc?

转载 作者:可可西里 更新时间:2023-11-01 00:27:36 27 4
gpt4 key购买 nike

我正在为 Controller 方法编写代码,我需要用它来发送电子邮件。我正在尝试使用 heredoc 语法来填写电子邮件正文,但是,似乎无法识别结束标记。

$this->email = new Email(); 
$this->email->from = 'Automated Email';
$this->email->to = 'me@myemail.com';
$this->email->subject = 'A new user has registered';
$this->email->body = <<<EOF

Hello, a new user has registered.

EOF;

$this->email->send();

开头的一切 <<< EOF down(直到文件末尾)显示为好像在引号中。

谁能看出为什么这不起作用?

感谢任何建议。

谢谢。

最佳答案

检查“EOF”后的分号后没有空格。

关于PHP - 不能在类方法中使用 Heredoc?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2607849/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com