Advertisement
Thijn

Query Usage

Aug 17th, 2011
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.14 KB | None | 0 0
  1. <?php
  2. include("VCMP.Class.php");
  3. $q = new VCMPQuery( "127.0.0.1", 5192 );
  4. if ( $q->IsAlive() )
  5. {
  6. $data = $q->GetInfo();
  7. print_r($data);
  8. }
  9. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement