php面向对象开发:
三大特点:
封装(相似的东西封装为一个类), 继承(子类继承父类的值),
多态 (运行式加载)
初始化函数: function__construct(参数){
},$p=new person(参数的值)
时间: 2024-09-30 15:29:29