Skip to content

Commit 217ea91

Browse files
committed
校对
1 parent 6650554 commit 217ea91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

3/zend_class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
### 3.4.1 类
22
类是现实世界或思维世界中的实体在计算机中的反映,它将某些具有关联关系的数据以及这些数据上的操作封装在一起。在面向对象中类是对象的抽象,对象是类的具体实例。
33

4-
在PHP中类编译阶段的产物,而对象是运行时产生的,它们归属于不同阶段。
4+
在PHP中类是编译阶段的产物,而对象是运行时产生的,它们归属于不同阶段。
55

66
PHP中我们这样定义一个类:
77
```php

0 commit comments

Comments
 (0)