<?php

require_once "../../../bootstrap.php";
WeatherStationHeatIndex::main($_SERVER["argv"]);
示例#2
0
<?php

require_once 'WeatherStation.php';
require_once 'WeatherStationHeatIndex.php';
WeatherStation::index();
WeatherStationHeatIndex::index();