我有3个班级(3个档案):
a.class.php b.class.php c.class.php
我想在类c(文件3)中扩展类a和b:
我怎么能这样做?我想在新的C类中使用a + b的两个类函数
php oop
oop ×1
php ×1