小编hai*_*tao的帖子

php 中超过 4095 个字符的长 URL

$url = "http://example.com/............."
Run Code Online (Sandbox Code Playgroud)

$url 大约有 4095 个以上的字符。我需要在 php 中访问这个 URL,但是如果我使用filefile_get_contents,它会返回一个错误

如何在 php 中打开或访问此 URL?

php url file-get-contents

5
推荐指数
1
解决办法
3419
查看次数

标签 统计

file-get-contents ×1

php ×1

url ×1