<?php
$response = http_get("http://www.example.com/", array("timeout"=>1), $info);
print_r($info);
?>我想使用以上代码提取网页,但是浏览器提示:
              Call to undefined function http_get()