This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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"; | |