Tag: api

PHP使用Google的translate API,实现翻译功能

一条评论

2008年07月2日 at 7:39 下午分类:PHP前沿 | 开发技术

新建一个ANSI的PHP文件,然后创建一个类:

header(“Content-Type: text/html; charset=utf-8″);

class Google_API_translator{
public $opts = array(“text” => “”, “langua[......]

Read more

Popularity: 2% [?]