Tag: 方法的操作

你能从PHP中的方法中获得方法名称吗?

有没有可能做这样的事情? public function something() { $thisMethodName = method_get_name(); } where method_get_name()返回方法的名字?