- android - RelativeLayout 背景可绘制重叠内容
- android - 如何链接 cpufeatures lib 以获取 native android 库?
- java - OnItemClickListener 不起作用,但 OnLongItemClickListener 在自定义 ListView 中起作用
- java - Android 文件转字符串
我想在 php 中将货币从 INR 转换为 USD,这是我到目前为止尝试过的代码。但它不起作用。我错过了什么?
function currency($from_Currency,$to_Currency,$amount) {
$amount = urlencode($amount);
$from_Currency = urlencode($from_Currency);
$to_Currency = urlencode($to_Currency);
$url = "http://www.google.com/ig/calculator?hl=en&q=$amount$from_Currency=?$to_Currency";
$ch = curl_init();
$timeout = 0;
curl_setopt ($ch, CURLOPT_URL, $url);
curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_USERAGENT , "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)");
curl_setopt ($ch, CURLOPT_CONNECTTIMEOUT, $timeout);
$rawdata = curl_exec($ch);
curl_close($ch);
$data = explode('"', $rawdata);
$data = explode('"', $data['3']);
$var = $data[0];
return round($var,3);
}
$amount=130;
$from='INR';
$to='USD';
echo currency($from,$to,$amount);
最佳答案
Google 将 URL 更改为
https://www.google.com/finance/converter?a
所以我找到的修复方法如下。
$amount = 1.00;
$from_Currency = 'USD';
$to_Currency = 'INR';
$amount = urlencode($amount);
$from_Currency = urlencode($from_Currency);
$to_Currency = urlencode($to_Currency);
$get = file_get_contents("https://www.google.com/finance/converter?a=$amount&from=$from_Currency&to=$to_Currency");
$get = explode("<span class=bld>",$get);
$get = explode("</span>",$get[1]);
echo $converted_amount = preg_replace("/[^0-9\.]/", null, $get[0]);
原始来源:Google currency converter API - will it shut down with iGoogle?
关于php - 在 php 中将货币从 INR 转换为 USD,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34263306/
我正在尝试使用java.util.Currency来显示指定货币代码的货币符号。以下适用于英国货币代码 GBP: final Currency currency = Currency.getInsta
需要一些帮助来创建满足以下规则的正则表达式。任何建议将不胜感激。 (1a.) 可以选择从以下内容开始: £,$,€ 1b.货币值必须以一到三位数字开头 2a.逗号前:必须是一到三位数字 2b.逗号后:
此代码需要一个 from 和 to 参数,我需要将美元兑换成 20 个其他汇率。我可以给它一个字符串数组(转换为),而不需要连接到网站 20 次,每次加载价格大约需要 10-15 秒。 /* * T
我正在与返回货币 (System.Decimal) 和货币代码的数据库集成。货币代码是 "USD"、"GBP" 甚至 "FRF" 等字符串。 mscorlib 是否有内置的东西可以帮助我格式化这些货币
我目前正在使用此代码来删除 US symbol 并使数字显示为negative 我使用的代码是: public strNegative = "-"; string Result = TrnAmount
我们商店的基础货币是美元,我们为国际客户使用 PayPal。我们希望使用 ccAvenue (INR) 作为印度客户的支付网关。不幸的是,ccAvenue 不读取货币。所以 12 美元将从我们的网站推
我想知道这个符号是什么,或者我是否能够获得以美元计价的 BTC、ETH 等的历史价格数据。 现在,如果我调用客户,例如:Client.get_symbol_info('BTCUSD')它什么也不返回
谁能给我一个解决方案。如何在将 AED 货币转入 Paypal 之前将其转换为美元。 最佳答案 你可以简单地使用谷歌 尝试 var_dump(simpleConvert("AED","USD",1))
我在使用 money_get<> 解析 USD 和 $ 金额时遇到错误。 #include /// cin, cout #include #include using names
我想在 php 中将货币从 INR 转换为 USD,这是我到目前为止尝试过的代码。但它不起作用。我错过了什么? function currency($from_Currency,$to_Currenc
我有一些带有货币缩写的下拉框,例如 EUR、USD、GBP 和所有其他货币。我想使用一些 c# .Net 功能/方法,我可以在其中插入货币缩写并返回货币符号(€、$、£)。 我希望有人能帮助我。 最佳
我所有的买家都使用澳大利亚货币,当他们要付款时,paypal 会向他们显示美元, 我想改变这个。如何将“paypal 页面”中的货币从美元更改为澳元? 最佳答案 您需要将货币代码传递到您用于集成 Pa
我在我的 wordpress 网站上使用 ccavenue 支付网关。 插件网址是 https://wordpress.org/plugins/ccavenue-payment-gateway-woo
目前是否有 gem 能够获取字符串(为此目的全部以美元为单位)并将它们转换为数字?一些例子是: “$7,600”会变成 7600 “5500”会变成 5500 我知道在“5500”示例中我可以只执行“
我正在使用 IBrokers 包和 twsInstrument,由于某种原因,它使用最简单的方法给我一个错误。 require("IBrokers") require("twsInstrument")
我在 PaypalIPN 上工作,我看到如果我的买家和卖家都有相同的货币账户,它会自动验证。 如果他们中的任何一个拥有不同的货币账户,则无法验证,我必须手动从用户业务账户进行验证吗? 为什么会这样?
有没有人试过编译 Pixar 的 USD在官方Docker images for Azure Functions ?我一直在尝试以下 Dockerfile(灵感来自 https://github.co
我是 Python Selenium webdriver 的新手。我正在编写一个脚本来抓取本网站的价格 https://www.bhphotovideo.com/c/buy/Digital-Camer
我需要验证货币字符串,如下所示: 1. The Currency Unit must be in Uppercase and must contain 3 characters from A to
如果输出是欧元、美元,如何更改(在 Rails 中)选择选项,.....我想要欧元、美元。 "bigselect"}) %> 其他人有想法吗? 预先感谢您的帮助。 最佳答案 您应该使用I18n翻译
我是一名优秀的程序员,十分优秀!