//Simple callback call_user_func($func) //Static class method call call_user_func(array($class,$func)) //Object method call $class = new MyClass(); ...
確定! 回上一頁