Example #1
0
 /**
  * Returns a variety of information about the user specified by the required user_id or screen_name parameter. The author’s most recent Tweet will be returned inline when possible.
  * 
  * Parameters :
  * - user_id
  * - screen_name
  * - include_entities (0|1)
  *
  * @static 
  */
 public static function getUsers($parameters = array())
 {
     return \Thujohn\Twitter\Twitter::getUsers($parameters);
 }