最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
php ini_set更改php.ini配置功能
时间:2022-06-24 20:19:03 编辑:袖梨 来源:一聚教程网
//ini_set具有更改php.ini设置的功能。此函数接收两个参数:需要调整的配置变量名,以及变量的新值。
//例如,在某脚本出现时增加最大执行时间(maximum execution time):
$old_max_execution_time = ini_set('max_execution_time', 120);
echo "old timeout is $old_max_execution_time
";
$max_execution_time = ini_get('max_execution_time');
echo "new timeout is $max_execution_time
";
echo 'function sets supported in this install are:
';
$extensions = get_loaded_extensions();
foreach ($extensions as $each_ext)
{
echo "$each_ext
";
echo '
- ';
- $func ";
$ext_funcs = get_extension_funcs($each_ext);
foreach($ext_funcs as $func)
{
echo "
}
echo '
}
?>
相关文章
- 三国志战棋版sp张宝阵容怎么搭配 sp张宝阵容搭配推荐 08-18
- 英雄联盟2024春季赛什么时候开始-英雄联盟2024春季赛赛程表一览 08-18
- 指间山海龙女技能是什么 龙女技能介绍一览 08-18
- 远光84怎么切换视角 视角切换方法 08-18
- 植物大战僵尸杂交版2.5.1版本在哪下载-植物大战僵尸杂交版2.5.1版本下载地址分享 08-18
- 米姆米姆哈前期哪些米姆好 前期米姆选择推荐 08-18