PHP Classes

File: test.php

Recommend this page to a friend!
  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: 19 years ago
Size: 121 bytes
 

Contents

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

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

?>