PHP Classes

File: example.php

Recommend this page to a friend!
  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: 12 years ago
Size: 92 bytes
 

Contents

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