【发布时间】:2022-02-11 02:26:37
【问题描述】:
<?php
$a = file_get_contents('http://www.google.com');
echo $
为什么浏览器会返回这个错误?
Warning: file_get_contents(http://www.google.com) [function.file-get-contents]: failed to open stream: Connection timed out in /home/test.php on line 2
【问题讨论】:
标签: php