PHP Classes

File: example.php

Recommend this page to a friend!
  Classes of Shannon Wynter   PHP Minecraft Query   example.php   Download  
File: example.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PHP Minecraft Query
Query the status of Minecraft game players
Author: By
Last change: Update of example.php
Date: 3 months ago
Size: 116 bytes
 

Contents

Class file image Download
<?php

include('mcquery.class.php');
$q = new MCQuery('121.45.193.22');
$q->connect();
print_r($q->basic_status());