PHP无法识别HTTP_GET

时间:2014-12-27 00:58:04

标签: php http get

我得到" PHP致命错误:调用未定义的函数http_get()"

为什么PHP无法识别http_get();

    <?php 
$response = http_get("https://www.google.com/recaptcha/api/siteverify?", array(
  'headers' => array(
    'Accept' => 'application/json'
  )
), $info);

print_r($info);
?>

0 个答案:

没有答案