
禅道扩展
2655
router.class.php 里面的super类,里面的a方法是做什么用的?已解决
router.class.php 里面的super类,里面的a方法是做什么用的?已解决
悬赏14积分
提问者书生
答案数1
阅读数2221
发表时间2015-01-30 18:36:50
public function a()
{
if($this->scope == 'post') a($_POST);
if($this->scope == 'get') a($_GET);
if($this->scope == 'server') a($_SERVER);
if($this->scope == 'cookie') a($_COOKIE);
if($this->scope == 'session') a($_SESSION);
if($this->scope == 'env') a($_ENV);
if($this->scope == 'global') a($GLOBAL);
{
if($this->scope == 'post') a($_POST);
if($this->scope == 'get') a($_GET);
if($this->scope == 'server') a($_SERVER);
if($this->scope == 'cookie') a($_COOKIE);
if($this->scope == 'session') a($_SESSION);
if($this->scope == 'env') a($_ENV);
if($this->scope == 'global') a($GLOBAL);
}
就是这个方法,我看还写的递归 。不知道啊,求解决
禅道版本:6.4.stable
安装包类型:源码包
操作系统:CentOS
客户端浏览器:Chrome
答案列表
![]() a($var); 可以打印数组或者对象的结构和数据值。
![]() |
联系我们

联系人
杨苗/高级客户经理

电话(微信)
13165050229

QQ号码
2692096539

联系邮箱
yangmiao@chandao.com
