摘要: 1 <?php 2 3 /*燕十八 公益PHP培训 4 课堂地址:YY频道88354001 5 学习社区:www.zixue.it */ 6 7 8 9 header('content-type:text/html;charset=utf-8');10 11 class Dog{12 13 function __construct($name,$age){//给Dog对象进行初始化,当对象创建的时候,也就是new的时候开始调用14 $this->nam... 阅读全文
posted @ 2012-11-06 23:32 arvim 阅读(669) 评论(0) 推荐(0) 编辑