Login   Register  
PHP Classes
elePHPant
Icontem

File: example.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Scott Reed  >  Minecraft Query Class  >  example.php  >  Download  
File: example.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Minecraft Query Class
Query Minecraft game servers
Author: By
Last change:
Date: 2012-03-28 14:26
Size: 92 bytes
 

Contents

Class file image Download
<?php
    
require "minecraft_query.class.php";
    
print_r(MinecraftQuery::query("localhost"));
?>