Results 1 to 2 of 2
Thread: Extraction using the Framework
-
03-08-2012, 18:05 #1
-= TeamSpeak User =-
- Join Date
- May 2011
- Posts
- 1
Extraction using the Framework
Hello,
Probably a question that has been asked a few times but I cannot for the life of me find an answer either through trial and error myself or online so I thought I would ask here.
Using the TeamSpeak 3 PHP Framework (Here: http://docs.planetteamspeak.com/ts3/php/framework/) how do I go about extracting the "[string
rotected]"s from commands.
For example pulling a list of current bans using: request("banlist")->toAssocArray("banid") will return
But how would I then extract the 'name' and 'invokername' for example?Code:Array ( [327] => Array ( [banid] => 327 [ip] => [name] => TeamSpeak3_Helper_String Object ( [string:protected] => name [position:protected] => 0 ) [uid] => 1.0E+16 [lastnickname] => [created] => 1329340057 [duration] => 0 [invokername] => TeamSpeak3_Helper_String Object ( [string:protected] => Test [position:protected] => 0 ) [invokercldbid] => 1421 [invokeruid] => TeamSpeak3_Helper_String Object ( [string:protected] => uid [position:protected] => 0 ) [reason] => [enforcements] => 0 ) )
Thanks.
-
03-08-2012, 19:04 #2
-= TeamSpeak Fanatic =-
- Join Date
- Jan 2010
- Location
- Germany
- Posts
- 2,038
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
[API] TS3 PHP Framework
By ScP in forum ToolsReplies: 626Last Post: 15-05-2013, 12:34 -
TeamSpeak 3 PHP Framework
By danger89 in forum General QuestionsReplies: 3Last Post: 11-06-2012, 16:40 -
TS3 PHP Framework - Begginer Tutorial / How To
By codewarrioraq in forum General QuestionsReplies: 4Last Post: 09-05-2012, 17:36 -
Teamspeak, PHP Framework?
By mario2027 in forum General QuestionsReplies: 1Last Post: 21-12-2010, 09:30


Reply With Quote