gpt4 book ai didi

php - 你如何获得 PHP master ini 值

转载 作者:可可西里 更新时间:2023-11-01 00:41:52 27 4
gpt4 key购买 nike

phpinfo 中,它显示了 ini 设置的“Master”和“Local”值。

我想比较它们以确定设置自脚本开始后是否已更改。

获取本地值很容易:

<?php
$local = ini_get('setting');

但是我找不到任何描述如何获取主值的内容。

最佳答案

我认为 get_cfg_var() 正是您要找的。

引用a comment in the manual

The difference between ini_get() and get_cfg_var() is as follows:

  • ini_get(): returns the current value in .htaccess or as defined in PHP_INI_USER or PHP_INI_PERDIR

  • get_cfg_var(): returns the values defined in the php.ini

关于php - 你如何获得 PHP master ini 值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33719509/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com