Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 847 Bytes

README.markdown

File metadata and controls

37 lines (23 loc) · 847 Bytes

Minequery PHP

A PHP class for Minequery.

Usage

query

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.

query_json

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.

License

Copyright (c) 2011 Vex Software LLC, released under the GPL v3.