核心代码
//魔术方法__call /* $method 获得方法名 $arg 获得方法的参数集合 */ class Human { private function t(){
}
public function __call($method,$arg){ echo 你想调用我不存在的方法,$method,方法