获取天气-步骤4-增强封装

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了获取天气-步骤4-增强封装相关的知识,希望对你有一定的参考价值。

  1. class WeatherService{
  2.  
  3. public function WeatherService(){
  4. //some initialization...
  5. }
  6.  
  7. public function getWeatherInfo($city, $method=""){
  8.  
  9. $res = shell_exec("./getWdr.sh {$city}");
  10.  
  11. if ($methos=="CL")
  12. return convertFrToC($res);
  13.  
  14. return $res;
  15. }
  16.  
  17. public static function convertFrToC($val){
  18. return (($val+40)*5/9)-40;
  19. }
  20.  
  21.  
  22. }
  23.  
  24.  
  25. //now it can also be used independently of the rest of the WeatherService
  26. //functions and main purpose...
  27.  
  28. $c = WeatherService::convertFrToC(22);

以上是关于获取天气-步骤4-增强封装的主要内容,如果未能解决你的问题,请参考以下文章

axios增强版封装

2021-4-10 周报博客

JVM——字节码增强技术简介

AOP执行增强-Spring 源码系列

深度学习图像增强和模型微调

LO数据源增强抽取结构的操作步骤