From e27db7670f2af9f2d302952279c65f72f4b2cf90 Mon Sep 17 00:00:00 2001 From: Pavel Date: Mon, 22 Oct 2012 16:15:25 +0300 Subject: [PATCH] Update README.md --- README.md | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/README.md b/README.md index 095f8c8..4a2928a 100644 --- a/README.md +++ b/README.md @@ -21,33 +21,6 @@ The class also allows you to query servers using RCON although this only works f * [Minecraft](http://www.minecraft.net/) **(RCON ONLY!)** * *and many other games that implement Source Query Protocol* -## Example -```php -Connect( 'localhost', 27015, 3, SourceQuery :: GOLDSOURCE ); - - print_r( $Query->GetInfo( ) ); - print_r( $Query->GetPlayers( ) ); - print_r( $Query->GetRules( ) ); - - $Query->SetRconPassword( 'this_is_your_leet_rcon_password' ); - echo $Query->Rcon( 'status' ); - } - catch( SQueryException $e ) - { - echo $e->getMessage( ); - } - - $Query->Disconnect( ); -?> -``` - ## Functions