version.php 164 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 <?php printf("PW3270 PHP sample\n"); $host = new tn3270(""); print("Using pw3270 version " . $host->getVersion() . " revision " . $host->getRevision()); ?>