警告:file_get_contents(http://data.mtgox.com/api/2/BTCUSD/money/ticker_fast)[function.file-get-contents]:未能打开流:HTTP 请求失败!在 /home/content/93/11389393/html/white/bet_gg.php 第 286 行
$grabPrice = file_get_contents('http://data.mtgox.com/api/2/BTCUSD/money/ticker_fast');
$data = json_decode($grabPrice);
$current_price = $data->data->last_local->value;