Sophie

Sophie

distrib > Mandriva > 9.1 > i586 > by-pkgid > 3c88344d1f3d15057277d028d0022277 > files > 497

swig-1.3.11-4mdk.i586.rpm

<?

// Load module and PHP classes.
include("example.php");

echo "Got new object\n";
echo "Got string $s and value $x \n";

$s = new Sync();
echo "Got new object\n";

$s->printer();

?>