gpt4 book ai didi

php - 在 cpanel 上启用 allow_url_fopen

转载 作者:行者123 更新时间:2023-12-04 19:34:24 25 4
gpt4 key购买 nike

我有 cPanel,我想启用 allow_url_fopen在我的主机上。
当我使用此代码时

if (ini_get("allow_url_fopen") ==1) {
echo "allow_url_fopen is ON";
} else {
echo "allow_url_fopen is OFF";
}

给我看看

allow_url_fopen is OFF

最佳答案

如果您的 PHP 版本是 5.4以下您可以使用以下代码行设置 allow_url_fopen 为真。

ini_set('allow_url_fopen', '1');

关于php - 在 cpanel 上启用 allow_url_fopen,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42605197/

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