/** * Perform garbage collection on the VFS path. * * @param integer $expire Expire entries older than this value (in * seconds). */ public function gc($expire) { Horde_Vfs_Gc::gc($this->_vfs, $this->_params['vfspath'], $expire); }
/** */ public function gc() { Horde_Vfs_Gc::gc($this->_vfs, $this->_vfspath, 86400); }