IMP_Sentmail::gc PHP 메소드

gc() 공개 메소드

Garbage collect log entries.
public gc ( )
    public function gc()
    {
        $this->_deleteOldEntries(time() - $this->threshold * 86400);
    }