A PHP class for Minequery.
Minequery::query($address, $port = 25566, $timeout = 30);
Queries a Minequery Server.
Parameters:
$address
- The address to the Minequery server.
$port
- The port of the Minequery server.
$timeout
- The time given before the connection attempt gives up.
Returns:
An array on success, FALSE on failure.
Minequery::query_json($address, $port = 25566, $timeout = 30);
Queries a Minequery Server using JSON.
Parameters:
$address
- The address to the Minequery server.
$port
- The port of the Minequery server.
$timeout
- The time given before the connection attempt gives up.
Returns:
A stdClass object on success, FALSE on failure.
Line Ending: UNIX
Indent: Tabs
Tab Size: 4
Brackets open at end of line for:
- Functions
- Classes
- Class Functions
Copyright (c) 2011 Vex Software LLC, released under the GPL v3.