Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有线
$input = fopen( "php://input", "r" );
在一个 php 脚本中,我不知道为什么它返回 0。它只是在我的本地 MAMP 设置上这样做。我认为这是一个权限问题,但我不确定我需要修改哪些权限。
出于安全原因,在某些服务器中allow_url_fopen在 php.ini 中设置为 0。搜索此字符串allow_url_fopen并将其设置为 1 并重新启动 apache 服务