call_user_func (),call_user_func_array() 是用来调用回调函数. 一般使用如下: //调用的是静态方法 <?php namespace Foobar; class Foo { static public function ...
確定! 回上一頁