4 Star 6 Fork 4

上帝禁区/php_extension_config

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config.php 335 Bytes
一键复制 编辑 原始数据 按行查看 历史
上帝禁区 提交于 2013-09-29 11:40 +08:00 . 初次提交
<?php
$module = 'config';
if (extension_loaded($module)) {
$str = $function($module);
} else {
echo "Module $module is not compiled into PHP\n";
exit;
}
if(!function_exists('config')){
echo "config function error\n";
}
//读取配置选项config
echo config('base_url') . "\n";
//调用define选项
echo MSG_SERVICE . "\n";
?>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/365690485/php_extension_config.git
git@gitee.com:365690485/php_extension_config.git
365690485
php_extension_config
php_extension_config
master

搜索帮助