PHP は Google オンライン翻訳関数
中国語から英語への呼び出し
class Google_API_translator {
public $out = "";
function translation() {
$this->out = " 「コンピューター」);翻訳する単語
echo $google_translator_url;
function postPage($opts) {
$html = "";
if($ opts["url"] != "") {
, CURLOPT_URL, $opts["url"]);
}
$g = new Google_API_translator();
$g- >translate();
英語から中国語へ
class Google_API_translator {
public $out = "" ;
$this->out = ""
$text = urlencode("computer");//翻訳する単語 $google_translator_url = "http://translate.google.com/translate_a/t?client=t&text=".$text."&sl=en&tl=zh_CN ";//Google 翻訳の API URL をつなぎ合わせます $gphtml=$this->postPage(array("url" = > $opts["url"] != "") { $ch =curl_init()
if(curl_errno($ch)) $html = ""; curl_close (($ch))
$g ->translate(); ;
www.bkjia.com
true
http://www.bkjia.com/PHPjc/445043.html
技術記事