$c=get_class_name(); //获得类的名字 $m=get_method_name(); //获得方法的名字 $k=$c->$m(); //执行类的某一个方法