$opt=array(
"ssl"=>array(
"verify_peer"=>false,
"verify_peer_name"=>false,
),
);
$response = file_get_contents("http://lo.argffe.ru/loca/get", false, stream_context_create($opt));
$response = json_decode($response, true);
$arResult = json_decode($response, true);
echo "<pre>Template Result : "; print_r($arResult); echo "</pre>";