`
zccst
  • 浏览: 3292890 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

php设置环境变量

    博客分类:
  • PHP
 
阅读更多
实例:
$g_config['root'] =dirname(realpath(__FILE__)); 
set_include_path($g_config['root'].'/pear'. PATH_SEPARATOR . $g_config['root'] . '/cas' . PATH_SEPARATOR .get_include_path());


批注:
1,realpath(__FILE__)
2,get_include_path()
3,set_include_path()
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics