fork(1) download
  1. <?php
  2. $json_file = file_get_contents("https://e...content-available-to-author-only...m.br/json/USD-BRL/1");
  3. $dados = json_decode($json_file);
  4. echo $dados;
Success #stdin #stdout #stderr 0.01s 52568KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
PHP Warning:  file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in /home/D33Wfi/prog.php on line 2
PHP Warning:  file_get_contents(https://e...content-available-to-author-only...m.br/json/USD-BRL/1): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in /home/D33Wfi/prog.php on line 2