/tags/rel-1-3-25/SWIG/Examples/php4/sync/runme.php4
# · PHP · 15 lines · 8 code · 6 blank · 1 comment · 0 complexity · 954004e01e8c0aba98b6832067674bd6 MD5 · raw file
- <?
- // 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();
- ?>