gpt4 book ai didi

php - function_exists 每次都返回 false

转载 作者:可可西里 更新时间:2023-10-31 23:59:05 25 4
gpt4 key购买 nike

我正在尝试检查一个函数是否存在,但我的 if 中总是报错

我尝试这样调用函数,其中$function 是函数名:

if (function_exists($this->module->$function))
{
$this->module->$function($vars);
}
else
{
echo 'no';
}

变量 module 被定义为应该调用函数的类:

$this->module = $module;
$this->module = new $this -> module;

我是不是漏掉了什么?谢谢!

最佳答案

只是可以弄清楚:使用 method_exists()解决了我的问题

method_exists($this->module,$function)

我自己为可能有同样问题的人回答了这个问题!

关于php - function_exists 每次都返回 false,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9617315/

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