protected function _request( | $options | = | NULL | ) |
|
Internal method for constructing request strings that will be sent to the host server. By default, queries are sent for details, rules, and players, but each can be disabled using the options array that is passed to the Monitor method.
$monitor = GameQuery::Monitor('MyNewGame', '99.99.99.1:29999', array('players' => 0) );
Parameters
$options | Optional associative array of directives to control module behavior. In this protocol class, it indicates which queries to send. |
Returns
A string or array of strings containing server request data.