我有这个代码
<?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