Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

User getCommunicationHistory

From Catglobe Wiki
Revision as of 09:23, 6 October 2011 by Nguyentanphong (talk | contribs) (Created page with "'''User_getCommunicationHistory''' Get all communication history of user. <br> '''Syntax <br>'''  User_getCommunicationHistory (User Resource Id); <br><br>'''Argume...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

User_getCommunicationHistory

Get all communication history of user.

Syntax 
  User_getCommunicationHistory (User Resource Id);

Arguments
  User Resource Id: is a number. 

Return type
   Array.


Examples

array userCommunicate= User_getCommunicationHistory(25455);
print (userCommunicate);