$url = "http://example.com/............."
$url 大约有 4095 个以上的字符。我需要在 php 中访问这个 URL,但是如果我使用file或file_get_contents,它会返回一个错误
file
file_get_contents
如何在 php 中打开或访问此 URL?
php url file-get-contents
file-get-contents ×1
php ×1
url ×1