摘要: 阅读全文
posted @ 2019-06-08 16:52 saintdingtheGreat 阅读(86) 评论(0) 推荐(0) 编辑
摘要: name = $name; $this->age = $age; } } $cpc = new mycoach("陈培昌",22); $cj = $cpc; var_dump($cj,$cpc); $cj2 = clone $cpc; var_dump($cj2,$cpc); ?> 阅读全文
posted @ 2019-06-08 16:04 saintdingtheGreat 阅读(164) 评论(0) 推荐(0) 编辑
摘要: 关键常量 可变变量 变量名是变量的变量 常量的定义 阅读全文
posted @ 2019-06-08 09:59 saintdingtheGreat 阅读(445) 评论(0) 推荐(0) 编辑