/*
* PHP调用谷歌翻訳
* 著者:cc
* 日付:2012/5/4
*/
関数translate($text,$ language='zh-cn|en'){
if(emptyempty($text)) false を返します;
@set_time_limit(0);
$html = "";
$ch=curl_init("http://google.com/translate_t?langpair=".urlencode($ language)."&text=".urlencode($text));
curl_setopt($ch,CURLOPT_RETURNTRANSFER,1);
curl_setopt($ch,CURLOPT_HEADER, 0);
curl_setopt($ch,CURLOPT_FOLLOWLOCATION,1);
$html=curl_exec($ch);
if(curl_errno($ch))$html = "";
カール_クローズ($ch);
if(!emptyempty($html)){
$x=explode("