[ class tree: ] [ index: ] [ all elements ]

Index of all elements

[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ j ] [ l ] [ m ] [ n ] [ o ] [ p ] [ q ] [ r ] [ s ] [ t ] [ u ] [ v ] [ w ] [ _ ]

a

addServer
in file GameServerQuery.php, method Net_GameServerQuery::addServer()
    Add a server
top

b

Breed.php
procedural page Breed.php
top

c

close
in file Communicate.php, method Net_GameServerQuery_Communicate::close()
    Close each socket
concat
in file Communicate.php, method Net_GameServerQuery_Communicate::concat()
    Concatonate multiple packets
Communicate.php
procedural page Communicate.php
Config.php
procedural page Config.php
top

d

Doom3.php
procedural page Doom3.php
top

e

execute
in file GameServerQuery.php, method Net_GameServerQuery::execute()
    Execute the query
top

f

FarCry.php
procedural page FarCry.php
Freelancer.php
procedural page Freelancer.php
top

g

getOption
in file GameServerQuery.php, method Net_GameServerQuery::getOption()
    Get an option
getPacket
in file Config.php, method Net_GameServerQuery_Config::getPacket()
    Return packet used by a certain protocol
getPort
in file Config.php, method Net_GameServerQuery_Config::getPort()
    Return default query port used by a certain game
getProtocol
in file Config.php, method Net_GameServerQuery_Config::getProtocol()
    Return protocol used by a certain game
Games.php
procedural page Games.php
GameSpy04.php
procedural page GameSpy04.php
GhostRecon.php
procedural page GhostRecon.php
GameServerQuery.php
procedural page GameServerQuery.php
top

h

HalfLife.php
procedural page HalfLife.php
Hexen2.php
procedural page Hexen2.php
HomeWorld2.php
procedural page HomeWorld2.php
top

j

JediKnight.php
procedural page JediKnight.php
JediKnight2.php
procedural page JediKnight2.php
top

l

listen
in file Communicate.php, method Net_GameServerQuery_Communicate::listen()
    Listen to an array of sockets
top

m

MultiTheftAuto.php
procedural page MultiTheftAuto.php
top

n

Net_GameServerQuery
in file GameServerQuery.php, class Net_GameServerQuery
    Query and retrieve information from game servers
Net_GameServerQuery_Communicate
in file Communicate.php, class Net_GameServerQuery_Communicate
    Sends and recieves information from servers
Net_GameServerQuery_Config
in file Config.php, class Net_GameServerQuery_Config
    Get protocol information
Net_GameServerQuery_Process
in file Process.php, class Net_GameServerQuery_Process
    Processing class
Net_GameServerQuery_Protocol
in file Protocol.php, class Net_GameServerQuery_Protocol
    Abstract class which all protocol classes must inherit
Net_GameServerQuery_Protocol_Breed
in file Breed.php, class Net_GameServerQuery_Protocol_Breed
    Breed Protocol
Net_GameServerQuery_Protocol_Doom3
in file Doom3.php, class Net_GameServerQuery_Protocol_Doom3
    Doom 3 Protocol
Net_GameServerQuery_Protocol_FarCry
in file FarCry.php, class Net_GameServerQuery_Protocol_FarCry
    FarCry Protocol
Net_GameServerQuery_Protocol_Freelancer
in file Freelancer.php, class Net_GameServerQuery_Protocol_Freelancer
    Freelancer Protocol
Net_GameServerQuery_Protocol_GameSpy04
in file GameSpy04.php, class Net_GameServerQuery_Protocol_GameSpy04
    GameSpy04 Protocol
Net_GameServerQuery_Protocol_GhostRecon
in file GhostRecon.php, class Net_GameServerQuery_Protocol_GhostRecon
    GhostRecon Protocol
Net_GameServerQuery_Protocol_HalfLife
in file HalfLife.php, class Net_GameServerQuery_Protocol_HalfLife
    HalfLife Protocol
Net_GameServerQuery_Protocol_Hexen2
in file Hexen2.php, class Net_GameServerQuery_Protocol_Hexen2
    Hexen2 Protocol
Net_GameServerQuery_Protocol_HomeWorld
in file HomeWorld2.php, class Net_GameServerQuery_Protocol_HomeWorld
    HomeWorld Protocol
Net_GameServerQuery_Protocol_Interface
in file Protocol.php, class Net_GameServerQuery_Protocol_Interface
    Define the interface for all protocol classes
Net_GameServerQuery_Protocol_JediKnight
in file JediKnight.php, class Net_GameServerQuery_Protocol_JediKnight
    JediKnight Protocol
Net_GameServerQuery_Protocol_JediKnight2
in file JediKnight2.php, class Net_GameServerQuery_Protocol_JediKnight2
    JediKnight2 Protocol
Net_GameServerQuery_Protocol_MultiTheftAuto
in file MultiTheftAuto.php, class Net_GameServerQuery_Protocol_MultiTheftAuto
    MultiTheftAuto Protocol
Net_GameServerQuery_Protocol_Quake2
in file Quake2.php, class Net_GameServerQuery_Protocol_Quake2
    Quake2 Protocol
Net_GameServerQuery_Protocol_QuakeWorld
in file QuakeWorld.php, class Net_GameServerQuery_Protocol_QuakeWorld
    QuakeWorld Protocol
Net_GameServerQuery_Protocol_RavenShield
in file RavenShield.php, class Net_GameServerQuery_Protocol_RavenShield
    RavenShield Protocol
Net_GameServerQuery_Protocol_RedFaction
in file RedFaction.php, class Net_GameServerQuery_Protocol_RedFaction
    RedFaction Protocol
Net_GameServerQuery_Protocol_Savage
in file Savage.php, class Net_GameServerQuery_Protocol_Savage
    Savage Protocol
Net_GameServerQuery_Protocol_Starsiege
in file Starsiege.php, class Net_GameServerQuery_Protocol_Starsiege
    Starsiege Protocol
Net_GameServerQuery_Protocol_Tribes
in file Tribes.php, class Net_GameServerQuery_Protocol_Tribes
    Tribes Protocol
Net_GameServerQuery_Protocol_Unreal2XMP
in file Unreal2XMP.php, class Net_GameServerQuery_Protocol_Unreal2XMP
    Unreal 2 XMP protocol
Net_GameServerQuery_Protocol_UnrealTournament
in file UnrealTournament.php, class Net_GameServerQuery_Protocol_UnrealTournament
    UnrealTournament Protocol
Net_GameServerQuery_Protocol_UnrealTournament03
in file UnrealTournament03.php, class Net_GameServerQuery_Protocol_UnrealTournament03
    Unreal Tournament 2003 protocol
normal
in file Config.php, method Net_GameServerQuery_Config::normal()
    Return normal keys
normalise
in file Process.php, method Net_GameServerQuery_Process::normalise()
    Normalise result arrays
top

o

open
in file Communicate.php, method Net_GameServerQuery_Communicate::open()
    Open the sockets
top

p

Process.php
procedural page Process.php
Protocol.php
procedural page Protocol.php
process
in file Protocol.php, method Net_GameServerQuery_Protocol::process()
    Process server response according to packet type
process
in file Protocol.php, method Net_GameServerQuery_Protocol_Interface::process()
process
in file Process.php, method Net_GameServerQuery_Process::process()
    Batch process all the results
processOnce
in file Process.php, method Net_GameServerQuery_Process::processOnce()
    Process a single result
top

q

Quake2.php
procedural page Quake2.php
QuakeWorld.php
procedural page QuakeWorld.php
query
in file Communicate.php, method Net_GameServerQuery_Communicate::query()
    Perform a batch query
top

r

RavenShield.php
procedural page RavenShield.php
RedFaction.php
procedural page RedFaction.php
top

s

Savage.php
procedural page Savage.php
Starsiege.php
procedural page Starsiege.php
setOption
in file GameServerQuery.php, method Net_GameServerQuery::setOption()
    Set an option
top

t

Tribes.php
procedural page Tribes.php
toFloat
in file Protocol.php, method Net_GameServerQuery_Protocol::toFloat()
    Conversion to float
toInt
in file Protocol.php, method Net_GameServerQuery_Protocol::toInt()
    Conversion to integer
top

u

Unreal2XMP.php
procedural page Unreal2XMP.php
UnrealTournament.php
procedural page UnrealTournament.php
UnrealTournament03.php
procedural page UnrealTournament03.php
top

v

validGame
in file Config.php, method Net_GameServerQuery_Config::validGame()
    Return protocol used by a certain game
top

w

write
in file Communicate.php, method Net_GameServerQuery_Communicate::write()
    Write to an array of sockets
top

_

$_output
in file Protocol.php, variable Net_GameServerQuery_Protocol::$_output
    Formatted server response
$_player_index
in file Protocol.php, variable Net_GameServerQuery_Protocol::$_player_index
    Highest player index
$_response
in file Protocol.php, variable Net_GameServerQuery_Protocol::$_response
    Server response
$_result
in file Protocol.php, variable Net_GameServerQuery_Protocol::$_result
    Results from last regular expression match
_add
in file Protocol.php, method Net_GameServerQuery_Protocol::_add()
    Adds variable to output
_addPlayer
in file Protocol.php, method Net_GameServerQuery_Protocol::_addPlayer()
    Adds player variable to output
_getinfo
in file Doom3.php, method Net_GameServerQuery_Protocol_Doom3::_getinfo()
    Details packet
_getPrefix
in file Protocol.php, method Net_GameServerQuery_Protocol::_getPrefix()
    Remove and return a prefix from the response string
_infostring
in file HalfLife.php, method Net_GameServerQuery_Protocol_HalfLife::_infostring()
    Infostring packet
_match
in file Protocol.php, method Net_GameServerQuery_Protocol::_match()
    Match response to regular expression
_ping
in file HalfLife.php, method Net_GameServerQuery_Protocol_HalfLife::_ping()
    Ping packet
_players
in file UnrealTournament03.php, method Net_GameServerQuery_Protocol_UnrealTournament03::_players()
    Players packet
_players
in file GameSpy04.php, method Net_GameServerQuery_Protocol_GameSpy04::_players()
    Player packet
_players
in file HalfLife.php, method Net_GameServerQuery_Protocol_HalfLife::_players()
    Players packet
_players
in file Unreal2XMP.php, method Net_GameServerQuery_Protocol_Unreal2XMP::_players()
    Players packet
_rules
in file HalfLife.php, method Net_GameServerQuery_Protocol_HalfLife::_rules()
    Rules packet
_rules
in file GameSpy04.php, method Net_GameServerQuery_Protocol_GameSpy04::_rules()
    Rules packet
_rules
in file UnrealTournament03.php, method Net_GameServerQuery_Protocol_UnrealTournament03::_rules()
    Rules packet
_status
in file UnrealTournament03.php, method Net_GameServerQuery_Protocol_UnrealTournament03::_status()
    Status packet
_status
in file QuakeWorld.php, method Net_GameServerQuery_Protocol_QuakeWorld::_status()
_team
in file GameSpy04.php, method Net_GameServerQuery_Protocol_GameSpy04::_team()
    Team packet
__construct
in file GameServerQuery.php, method Net_GameServerQuery::__construct()
    Constructor
__construct
in file Process.php, method Net_GameServerQuery_Process::__construct()
    Constructor
__construct
in file Config.php, method Net_GameServerQuery_Config::__construct()
    Constructor
__construct
in file Protocol.php, method Net_GameServerQuery_Protocol::__construct()
    Constructor
top

Documentation generated on Mon, 11 Mar 2019 13:58:55 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.