コード例 #1
0
 protected function html($url)
 {
     $ftxia_https = new ftxia_https();
     $ftxia_https->html($url);
     $content = $ftxia_https->results;
     if (!$content) {
         $content = $this->http($url);
     }
     return $content;
 }