﻿Person1.class.php
Person2.class.php
Person3.class.php
Person4.class.php
Person5.class.php
Person6.class.php
Person7.class.php
Person8.class.php
Person9.class.php
Person10.class.php	
Person11.class.php	使用Person类演示面向对象的各种语法应用
Phone.class.php		使用Phone类演示类的声明
Person_phone.php	两个类的声明使用
extends.php		第一个继承的演示
extends.php		第二个继承的演示
over.php		演示继承重写方式
over2.php		第二个继承重写的演示
autoload.php		演示自动加载类
call.php		演示魔术方法__call()的应用
clone1.php		第一个克隆的演示
clone2.php		第二个克隆的演示
toString.php		演示魔术方法__toString()的应用
static.php		演示静态成员的应用
const.php		演示常量的使用
final.php		演示final关键字的使用
serialize.php		演示对象串行化
unserialize.php		演示反串行化
sleep.php		演示魔术方法sleep()的应用
abstract.php		演示抽象类的声明
abstract2.php		演示抽象类的使用
interface.php		演示接口的应用

shape目录		面向对象版的图形计算器演示
