摘要: $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()获取的信息... 阅读全文
posted @ 2014-03-06 10:36 丶葡萄 阅读(553) 评论(0) 推荐(0) 编辑
摘要: 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... 阅读全文
posted @ 2014-03-06 10:33 丶葡萄 阅读(223) 评论(0) 推荐(0) 编辑