hw_Who()
hw_Who - List of currently logged in users
Syntax
array hw_Who (
int $connection)
Arguments
- connection - The connection identifier.
Description
Gets the list of currently logged in users.
Version
PHP 4
Return value
Returns an array of users currently logged into the Hyperwave server. Each entry in this array is an array itself containing the elements id, name, system, onSinceDate, onSinceTime, TotalTime and self. 'self' is 1 if this entry belongs to the user who initiated the request.