資源簡介
近期匯率走勢圖
代碼片段和文件信息
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
- 上一篇:php 微信支付demo
- 下一篇:板手機模板_威兔 全功能版_4.2完美破解商業版
評論
共有 條評論