• php是多继承还是单继承

    php是单继承。php是不支持多继承的,但是php可以通过使用interface或者trait实现多继承,如【interface test1 {public function connect();}interface test2 ...】。

    2022-4-20
    61 0 0