method getOnlineUsers documentation in bbn\Appui\Chat
Gets the list of online users
function()
{
if($this->check()) {
if ($ids = $this->users->onlineList()) {
$t = $this;
return array_values(
array_filter(
$ids, function ($id) use ($t) {
return $t->getUserStatus($id);
}
)
);
}
}
return [];
}
Gets the list of online users BBN is a suite of PHP and JS libraries and VueJS components - all open-source! bbn.io, build applications, the quick way
This website uses cookies to ensure you get the best experience on our website.
© 2011-2023
BBN Solutions