$name="hello()";
$this->$name;
function hello(){
echo "hello word";
}大概意思就是上面的代码
请问下有什么方法可以达到这个效果
就是想根据变量的值,不加判断直接调用对应的方法