PHP Call a instance method with call_user_func within the same class

前端 未结 3 1439
深忆病人
深忆病人 2020-12-17 09:07

I\'m trying to use call_user_func to call a method from another method of the same object, e.g.

class MyClass
{
    public function __construct(         


        
3条回答
提交回复
热议问题