fork download
  1. <?php
  2.  
  3. $content = file_get_contents("https://m...content-available-to-author-only...s.com/maps/api/geocode/json?address=Москва,%20ул.%20Академика%20Бочвара,%202");
  4. $json = json_decode($content, true);
  5. echo $json["results"][0]["geometry"]["location"]["lat"];
Success #stdin #stdout #stderr 0.02s 23672KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
PHP Warning:  file_get_contents(): php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /home/HXYPq5/prog.php on line 3
PHP Warning:  file_get_contents(https://m...content-available-to-author-only...s.com/maps/api/geocode/json?address=Москва,%20ул.%20Академика%20Бочвара,%202): failed to open stream: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /home/HXYPq5/prog.php on line 3