Używam następujący kod php, aby uzyskać Strefa czasowa:komunikat stanu Echo w geonames php czasowej
$url = 'http://api.geonames.org/timezone?lat=' . $latitude . '&lng=' . $longitude . '&username=demo';
$xml = simplexml_load_file($url);
foreach($xml->children() as $timezone)
{
echo "TimezoneId: ".$timezone->timezoneId." ";
echo "DstOffset : ".$timezone->dstOffset." ";
echo "GmtOffset : ".$timezone->gmtOffset." ";
}
to działa, ale dla szerokości i długości geograficznej Antartica na przykład dać błędów Komunikat Status:
<status message="no timezone information found for lat/lng" value="15"/>
Jak wyświetlić tę wiadomość?
mam tryng to:
if ($xml->status) {
echo "error: ".$timezone->status['message']. "";
}
ale nie działają