|
|
|
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.
|
| |
|
|
|
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 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. |
|
|
|
| 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 )
|
|
|
|
|
|
| PHPDoc 1.0beta |