method checkAttempts documentation in bbn\User

Returns false if the max number of connections attempts has been reached

function() { if (!isset($this->cfg)) { return true; } if (isset($this->cfg['num_attempts']) && $this->cfg['num_attempts'] > $this->class_cfg['max_attempts']) { return false; } return true; }

Returns false if the max number of connections attempts has been reached 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.