Skip to content

vexsoftware/minequery-php

Repository files navigation

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.

Coding Standard

Line Ending: UNIX
Indent: Tabs
Tab Size: 4
Brackets open at end of line for:

  • Functions
  • Classes
  • Class Functions

License

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

About

OBSOLETE - PHP class for Minequery.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages