method getChatsHash documentation in bbn\Appui\Chat

function(float $entrance = NULL) { $res = ''; foreach ($this->getChats($entrance) as $c) { if ($h = $this->_get_state_hash($c)) { $res .= $h; } } return $res ? \md5($res) : null; }

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.