PHP 5 Reflection API performance

前端 未结 10 997
不知归路
不知归路 2020-12-02 20:11

I\'m currently considering the use of Reflection classes (ReflectionClass and ReflectionMethod mainly) in my own MVC web framework, because I need to automatically instancia

10条回答
  •  不思量自难忘°
    2020-12-02 20:13

    In my case reflection it is only 230% slower than calling class method directly, which as fast as call_user_func function.

提交回复
热议问题