2 Star 0 Fork 0

陷在太假/php-15002050137-01

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
ok.php 495 Bytes
一键复制 编辑 原始数据 按行查看 历史
陷在太假 提交于 2017-10-16 19:20 . just one shot
<?php
/**
* Created by PhpStorm.
* User: User
* Date: 2017/9/13
* Time: 8:22
*/
final class Shape{
final public function getArea(){}
}
}
class Rectangle extends Shape
{
private $width,$height;
public function _construct($width,$height)
{
public function setHeight($height)
{
$this->height = $height;
$this->width = $width;
}
public function getArea(){
retunrn $this->width*$this->height;
}
}
}
?>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/a1732010020/php-15002050137-01.git
git@gitee.com:a1732010020/php-15002050137-01.git
a1732010020
php-15002050137-01
php-15002050137-01
master

搜索帮助