User getCommunicationHistory: Difference between revisions
From Catglobe Wiki
More actions
Created page with "'''User_getCommunicationHistory''' Get all communication history of user. <br> '''Syntax <br>''' User_getCommunicationHistory (User Resource Id); <br><br>'''Argume..." |
(No difference)
|
Revision as of 09:23, 6 October 2011
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);