摘要:
$param) { $tmp[] = $k.'='.urlencode($param); } $params = implode('&', $tmp); $url = $curlurl . "?" . $params; // 初始化一个cURL会话 $curl = curl_init($url); // 不显示header信息 curl_setopt($curl, CURLOPT_HEADER, 0); // 将 curl_exec()获取的信息... 阅读全文
摘要:
debug = FALSE; $this->smtp_port = $smtp_port; $this->relay_host = $relay_host; $this->time_out = 30; //is used in fsockopen() # $this->auth = $auth;//auth $this->user = $user; $this->pass = $pass; # $this->host_name = "l... 阅读全文