• 大小: 0.03M
    文件类型: .php
    金币: 1
    下载: 0 次
    发布日期: 2021-01-30
  • 标签: 汇率  

资源简介

近期汇率走势图

资源截图

代码片段和文件信息

require_once(dirname(__FILE__).“/“.“global.php“);
require(PHP168_PATH.“inc/head.php“);
$from=$_GET[‘from‘];
$to=$_GET[‘to‘];
$num=$_GET[‘num‘];
if($from&&$to&&$num){
$url=“http://download.finance.yahoo.com/d/quotes.html?s=$from$to=X&f=sl1d1t1ba&e=.html“;
$contents=_link($url);
$contents=str_replace(“\““““str_replace(“/““-“$contents));
$list=explode(““$contents);
$type=file(“type.txt“);
}

function _content($date){
$date=explode(“|“$date);
return $date[1];
}
function _link($url){
$ch = curl_init();
$timeout = 5;
curl_setopt ($ch CURLOPT_URL “$url“);
curl_setopt ($ch CURLOPT_RETURNTRANSFER 1);
curl_setopt ($ch CURLOPT_USERAGENT “Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)“);
curl_setopt ($ch CURLOPT_CONNECTTIMEOUT $timeout

评论

共有 条评论

相关资源