Файловый менеджер - Редактировать - /home/avadvi5/public_html/wp-content/plugins/wpforms/vendor_prefixed/apimatic/jsonmapper/example/Address.php
Ðазад
<?php namespace WPForms\Vendor; class Address { public $street; public $city; public function getGeoCoords() { $data = \file_get_contents('http://nominatim.openstreetmap.org/search?q=' . \urlencode($this->street) . ',' . \urlencode($this->city) . '&format=json&addressdetails=1'); $json = \json_decode($data); return array('lat' => $json[0]->lat, 'lon' => $json[0]->lon); } }
| ver. 1.1 | |
.
| PHP 8.3.30 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка