Files
cpp-thirdparty/winx64/bin/swigwin-4.0.0/Examples/php/sync/runme.php
2019-08-04 21:38:19 -05:00

16 lines
188 B
PHP

<?
// 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();
?>