Packageindex Classtrees Modulegroups Elementlist Report XML Files

File: ./ts2_tablewdump.inc
TeamSpeak2 TCP Server Interface Classes - php-ts2

ts2_tablewdump

ts2_tcpserver
   |
  +-- ts2_tabledump
     |
    +-- ts2_tablewdump

PHP TeamSpeak2 TCPServer Interface Table Output (Wide Version)

 

public class ts2_tablewdump extends ts2_tabledump

PHP TeamSpeak2 TCPServer Interface Table Output (Wide Version)
This is a extension of the demo class ts2_tabledump with an additional row.for more detail information output about servers and channels.

AuthorsThomas Liske <thomas@fiasko.dyndns.org>
Version0.0.5

 

Methods inherited from ts2_tabledump

ts2_tabledump, connect, dump_table_all, dump_table_all_parts, _dump_ident, _dump_table_channel_parts, dump_table_server_parts

Methods inherited from ts2_tcpserver

cmp_channels, connect, close, general_informations, server_list, server_informations, player_list, channel_list, channel_flags_short, channel_flags_long, player_flags_short, player_flags_long, player_pprivs_short, player_pprivs_long, player_cprivs_short, player_cprivs_long

Public Method Summary

void

dump_general_informations()

Dumps general informations about the server.
void

dump_server_informations(integer $port)

Dumps informations about a virtual server.
void

dump_channel(integer $port, array $channel)

Dumps informations about a channel.
void

dump_channel_link(integer $port, string $channel)

Dumps a link to show informations about a channel.Warning: documentation is missing.
void

dump_server_link(integer $server)

Dumps a link to show informations about a virtual server.Warning: documentation is missing.
void

find_channel(string $name, array $cl)

Recursivly lookup a channel by name in the channel_list() result.
void

dump_table_wide_all([ string $root_title ])

Dumps all virtual servers, channels and users into a table.
void

dump_table_server(integer $port)

Dumps channel and users of a virtual server into a table.Warning: documentation is missing.

Fields inherited from ts2_tabledump

$img_dir, $img_width, $img_height, $table_width, $idents, $host

Fields inherited from ts2_tcpserver

$tcp_conn, $last_errno, $last_errstr, $cprivs, $pprivs, $pflags, $cflags, $player_cols, $channel_cols

Included files inherited from ts2_tabledump

ts2_tcpserver.inc

Included files Summary, Type: require_once

ts2_tabledump.inc Warning: documentation is missing.

Public Method Details

dump_general_informations

public void dump_general_informations( )

  Dumps general informations about the server.

Returns void


dump_server_informations

public void dump_server_informations( integer $port )

  Dumps informations about a virtual server.

Parameter
integer $port
Virtual server port.
Returns void


dump_channel

public void dump_channel( integer $port, array $channel )

  Dumps informations about a channel.

Parameter
integer $port
Virtual server port.
array $channel
Channel data.
Returns void


dump_channel_link

public void dump_channel_link( integer $port, string $channel )

  Dumps a link to show informations about a channel.

Warning: documentation is missing.

Parameter
integer $port
Virtual server port.
string $channel
Channel name.
Returns void


dump_server_link

public void dump_server_link( integer $server )

  Dumps a link to show informations about a virtual server.

Warning: documentation is missing.

Parameter
integer $server
Virtual server port.
Returns void


find_channel

public void find_channel( string $name, array $cl )

  Recursivly lookup a channel by name in the channel_list() result.

Parameter
string $name
Channel name.
array $cl
Channel list.
Returns void


dump_table_wide_all

public void dump_table_wide_all( [ string $root_title ] )

  Dumps all virtual servers, channels and users into a table.

Parameter
string $root_title = >>''<<
Server to query.
Returns void


dump_table_server

public void dump_table_server( integer $port )

  Dumps channel and users of a virtual server into a table.

Warning: documentation is missing.

Parameter
integer $port
Server to query.
Returns void


Included Files, Type: require_once

ts2_tabledump.inc

require_once( ts2_tabledump.inc )




Packageindex Classtrees Modulegroups Elementlist Report XML Files
PHPDoc 1.0beta