Skip to content

Instantly share code, notes, and snippets.

@takamin
takamin / jma_get.php
Last active October 15, 2019 23:33
気象庁のサイトから情報を得るPHPスクリプト
<?php
/**
* 気象庁のサイトから都府県・地方データの一覧を得る
* @return array ('name'=>名称,'prec_no'=>都府県・地方No)
*/
function jma_get_prec_list() {
$url = "http://www.data.jma.go.jp/obd/stats/etrn/select/prefecture00.php";