$context = stream_context_create(array('http' => array('header'=>'Connection: close\r\n')));
$contents = file_get_contents('https://api.coinlore.net/api/tickers/' ,false,$context);
$jsonContent = json_decode($contents);
Konu: Php yavaşlık hakkında
$context = stream_context_create(array('http' => array('header'=>'Connection: close\r\n')));
$contents = file_get_contents('https://api.coinlore.net/api/tickers/' ,false,$context);
$jsonContent = json_decode($contents);