Source for file test.class.php
Documentation is available at test.class.php
* Test class used in other examples
* Constructors and private methods marked with _ are never exported in proxies to JavaScript
* @author Joshua Eichorn <josh@bluga.net>
* @copyright 2005 Joshua Eichorn
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @version Release: @package_version@
* @link http://pear.php.net/package/HTML_AJAX
return "From PHP: ". $string;
return "From PHP: ". $string;
return array ('From PHP:'=> $data);
$returnData = array ('word' => mb_convert_encoding ('Français','UTF-8'), 'suggestion' => array (mb_convert_encoding ('Français','UTF-8'), mb_convert_encoding ('caractères','UTF-8')));
if (isset ($_GET['TEST_CLASS'])) {
Documentation generated on Sat, 05 May 2007 18:00:24 -0400 by phpDocumentor 1.3.0. PEAR Logo Copyright © PHP Group 2004.
|