Exemplo n.º 1
0
<?php

/**
 * A sample application that demonstrates the use of the TropoPHP packeage.
 * @copyright 2010 Mark J. Headd (http://www.voiceingov.org)
 */
// Include Tropo classes.
require 'TropoClasses.php';
$tropo = new Tropo();
$tropo->Say("Hello World!");
$tropo->RenderJson();