码迷,mamicode.com
首页 > 其他好文 > 详细

高手入门资格

时间:2016-11-04 07:46:12      阅读:176      评论:0      收藏:0      [点我收藏+]

标签:魔术   mod   bsp   files   使用   关闭   变量   support   style   

 

 

 

====================

10   php超全局变量 有哪些 ?

$GLOBALS

$_ENV
$_FILES

$_SERVER
$_REQUEST
$_POST
$_GET

$_COOKIE
$_SESSION

 

11  魔术方法 __construct();   使用正式环境 关闭Test控制器

public function __construct() {
  parent::__construct( );
  if(TRIP_MODE == ‘RUN‘){
    die(‘not supported‘);
  }
}

 

高手入门资格

标签:魔术   mod   bsp   files   使用   关闭   变量   support   style   

原文地址:http://www.cnblogs.com/bj-tony/p/6028952.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!