Copyright 2003-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Author: Michael Slusarz (slusarz@horde.org)
Example #1
0
 /**
  * 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);
 }
Example #2
0
 /**
  */
 public function gc()
 {
     Horde_Vfs_Gc::gc($this->_vfs, $this->_vfspath, 86400);
 }