hw_Who

(PHP 4)

hw_WhoList of currently logged in users

Beskrivelse

array hw_who ( int $connection )

Gets the list of currently logged in users.

Parametre

connection

The connection identifier.

Returnerings Værdier

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.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top