PHP中是否有一种方法可以在不连接的情况下在字符串中包含常量?
define('MY_CONSTANT', 42); echo "This is my constant: MY_CONSTANT";
php string constants concatenation
concatenation ×1
constants ×1
php ×1
string ×1