PHP Classes

File: example.php

Recommend this page to a friend!
  Classes of Popa   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: 10 years ago
Size: 107 bytes
 

Contents

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

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

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