Esempio n. 1
0
 function getHtmlByUrl($url, $data = '')
 {
     $res = Http::https_request($url, $data);
     return $res;
 }