Login   Register  
PHP Classes
elePHPant
Icontem

File: example.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Izdrail  >  PHP Google Translate String  >  example.php  >  Download  
File: example.php
Role: Example script
Content type: text/plain
Description: This is a demo
Class: PHP Google Translate String
Translate words using Google Translate
Author: By
Last change:
Date: 2013-05-20 04:00
Size: 107 bytes
 

Contents

Class file image Download
require_once("class_translate.php");

$var = new translate("en","it");

echo $var->get("hello mister");