gpt4 book ai didi

php - 如何从字符串在命名空间中声明类

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

<分区>

Possible Duplicate:
PHP namespace with Dynamic class name

如何从字符串声明类?

代码

$name = 'the_class';
require_once $name.'.php';
$class = new \resource\$name();

错误

Parse error: syntax error, unexpected '$name' (T_VARIABLE), expecting identifier (T_STRING)

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