gpt4 book ai didi

php - 如何使用数组 php 中的变量调用类?

转载 作者:行者123 更新时间:2023-12-04 05:49:30 24 4
gpt4 key购买 nike

这个问题在这里已经有了答案:





Is there a call_user_func() equivalent to create a new class instance?

(2 个回答)


7年前关闭。




我想要这样的东西,但从这样的数组动态:

$array = array("first","second","third");

所以类会被这样调用:
$class = new class("first","second","third");

最佳答案

您可以对其使用反射:

$refClass = new ReflectionClass('SomeClass');
$instance = $refClass->newInstanceArgs($args);

关于php - 如何使用数组 php 中的变量调用类?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10250505/

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