HW_WHO(3) 1 HW_WHO(3)
hw_Who - List of currently logged in users
SYNOPSIS
array hw_who (int $connection)
DESCRIPTION
Gets the list of currently logged in users.
PARAMETERS
o $connection
- The connection identifier.
RETURN VALUES
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.
PHP Documentation Group HW_WHO(3)