method expireHotlink documentation in bbn\User

Expires an hotlink by setting the expire column to now.

function($id) { if ($this->check()) { return $this->db->update( $this->class_cfg['tables']['hotlinks'], [$this->class_cfg['arch']['hotlinks']['expire'] => date('Y-m-d H:i:s')], [$this->class_cfg['arch']['hotlinks']['id'] => $id] ); } return 0; }

Expires an hotlink by setting the expire column to now. 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.