1 Star 0 Fork 93

minxuan/enphp_opensource

forked from mz/enphp_opensource 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
namespace.php 580 Bytes
一键复制 编辑 原始数据 按行查看 历史
mz 提交于 2019-05-27 17:25 +08:00 . init submit
<?php
namespace z {
class aa {
static $MINIMUM_DIMENSION = 1;
function getBlackMatrix() {
$width = 1;
$height = 2;
if ($width >= self::$MINIMUM_DIMENSION && $height >= self::$MINIMUM_DIMENSION) {
}
}
}
class a {
public $g;
function b($g) {
$this->$g = $g;
}
}
class_alias('\z\a', '\z\b');
//echo "{$_SERVER[HTTP_HOST]}{$_SERVER[REQUEST_URI]}";
//echo $_SERVER['REQUEST_TIME'];
$s = new \z\a();
$s->b('g');
echo $s->g;
}
?>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/minxuan927/enphp_opensource.git
git@gitee.com:minxuan927/enphp_opensource.git
minxuan927
enphp_opensource
enphp_opensource
master

搜索帮助