php和file_get_contents问题,allow_url_fopen问题

时间:2018-10-08 20:36:51

标签: php file url file-get-contents

我有这个代码

<?php
$string = file_get_contents("http://www.json-generator.com/api/json/get/bOSAcpFJwy?indent=2");
$json_a=json_decode($string,true);
$tama_array=sizeof($json_a);
print $tama_array;
?>

我在计算机上编译但无法正常工作。我有allow_url_fopen = On。所以我不知道为什么不行

这是错误:

警告:file_get_contents(http://www.json-generator.com/api/json/get/bOSAcpFJwy?indent=2):在第2行的D:\ repositorio \ json \ koha-banner \ pruebajson.php中 0

0 个答案:

没有答案