コード例 #1
0
 function HTTPGet($s_url = "")
 {
     NetIO::NetIO();
     $this->_aURLSplit = array();
     if (($this->_sURL = $s_url) !== "") {
         $this->_SplitURL();
     }
 }