Hostinger无法运行getimagesize localhost运行正常[关闭]
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Hostinger无法运行getimagesize localhost运行正常[关闭]相关的知识,希望对你有一定的参考价值。
代码:
$urli = 'https://st.quantrimang.com/photos/image/2020/02/20/Zalo-bat-tim-quanh-day-1.jpg';
$size = getimagesize($urli);
echo $urli.'.</br>Size:';
echo $size[0].'</br>';
如果在localhost中运行=> $size[0]
正常-在主机托管程序中运行=>$size[0]
NULL备注:allow_url_fopen is ON
(检查者:phpinfo();
谢谢@@>
代码:$ urli ='https://st.quantrimang.com/photos/image/2020/02/20/Zalo-bat-tim-quanh-day-1.jpg'; $ size = getimagesize($ urli); echo $ urli。'。Size:'; echo $ size [0]。'';如果在...
答案
我的猜测:出于安全原因,在php.ini中未将allow_url_fopen
设置为On。如果要查看当前php.ini中配置的内容,可以使用phpinfo();
以上是关于Hostinger无法运行getimagesize localhost运行正常[关闭]的主要内容,如果未能解决你的问题,请参考以下文章
如何使用 git 将我的 Laravel 项目部署到 Hostinger 的根文件夹?
HOSTINGER FILE_PUT_CONTENTS HTML2CANVAS:无法上传屏幕截图,但它说它不是空的[关闭]