Used for basic interaction and output handeling, as well as several standard commands.
[line 61]
[line 60]
[line 62]
bool connect( [$host $host = 'localhost'], [$port $port = 6600], [$password $password = null])
void __construct( )
bool disconnect( )
array getCommands( )
array getErrors( )
array getNotCommands( )
array getStats( )
array getStatus( )
bool isConnected( )
array parseOutput( $input $input, [$style $style = 0])
bool ping( )
array read( )
array runCommand( $command $command, [$args $args = array()], [$parse $parse = 0])
bool write( $command $data)