• 새로운 소식이 있나요?
  • 이미지
    2005-03-08
    <? // last update : 2005.01.10.001 class http { var $debug = 0; var $socket; var $host; var $port; var $path; var $method; var $send_header; var $send_parameter; var $receive; var $cookie; function http($host, $port) { $this->host = $host; $this->port = $port; $this->open($host, $port); $this->send_header["Accept"] = "*/*"; $this->send_header["Conte... 더보기