Login   Register  
PHP Classes
elePHPant
Icontem

File: test.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Israel de Souza Rocha  >  Translator Class  >  test.php  >  Download  
File: test.php
Role: Example script
Content type: text/plain
Description: Example to use
Class: Translator Class
Translate text between idioms using Google
Author: By
Last change: Make the include command
Date: 2004-05-24 05:03
Size: 121 bytes
 

Contents

Class file image Download
<?
include("translator.class.php");

$x = new translator();
$x->translate('Do you speak english?''en''pt');

?>