<?php
$a = file_get_contents('http://www.google.com');
echo $
Run Code Online (Sandbox Code Playgroud)
为什么浏览器会返回此错误?
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
Run Code Online (Sandbox Code Playgroud)