In Php, whatever return statement affected to performance of method, does it?

后端 未结 0 658
予麋鹿
予麋鹿 2021-01-27 10:35

I am using OOP PHP and now i am confusing about the performance of method. Example:

class A
{
    protected $version;

    public function execute()
    {
                


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题