コード例 #1
0
ファイル: hello_world.php プロジェクト: akalsey/TropoPHP
<?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();