gpt4 book ai didi

php - 在字符串中包含常量而不连接

转载 作者:IT老高 更新时间:2023-10-28 11:43:33 25 4
gpt4 key购买 nike

在 PHP 中有没有一种方法可以在字符串中包含一个常量而不连接?

define('MY_CONSTANT', 42);

echo "This is my constant: MY_CONSTANT";

最佳答案

没有。

使用字符串,PHP 无法将字符串数据与常量标识符区分开来。这适用于 PHP 中的任何字符串格式,包括 heredoc。

constant() 是获取常量的另一种方法,但函数调用也不能在没有连接的情况下放入字符串中。

Manual on constants in PHP

关于php - 在字符串中包含常量而不连接,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2203943/

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