ssi_logOnline

Description

Exactly like ssi_whosOnline but it also logs the user's online presence

Syntax

array ssi_logOnline ([string $output_method])



Parameter $output_method

Expected type: String
Description: The standard SSI.php output_method variable. If set to 'echo', the function will display the results in a pre-formatted style. Otherwise it will return an array of the information. Default is 'echo'.



Return value

Expected type: Array
Description: Returns an array from ssi_whosOnline if output_method isn't 'echo'. See that function for a complete description of what's returned in the array.


Notes

  • If you're not sure which one to use, use this one as its a bit more accurate.
Advertisement: