| 1 | <?php |
||
| 5 | class Converter |
||
| 6 | { |
||
| 7 | public static function kelvinToCelsius($temp) |
||
| 11 | |||
| 12 | public static function celsiusToKelvin($temp) |
||
| 16 | |||
| 17 | public static function kelvinToFahrenheit($temp) |
||
| 21 | |||
| 22 | public static function fahrenheitToKelvin($temp) |
||
| 26 | |||
| 27 | public static function intToDate($int, $format = null) |
||
| 35 | } |