VFS
[ class tree: VFS ] [ index: VFS ] [ all elements ]

Class: VFS_GC

Source Location: /VFS-0.0.5/VFS/GC.php

Class Overview


Class for providing garbage collection for any VFS instance.


Author(s):

Version:

  • $Revision: 1.6 $

Methods


Inherited Variables

Inherited Methods


Class Details

[line 17]
Class for providing garbage collection for any VFS instance.

$Horde: framework/VFS/VFS/GC.php,v 1.6 2005/03/14 02:12:13 slusarz Exp $

Copyright 2003-2005 Michael Slusarz <slusarz@bigworm.colorado.edu>

See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.



[ Top ]


Method Detail

gc   [line 30]

void gc( object VFS &$vfs, string $path, [optional $secs = 345600])

Garbage collect files in the VFS storage system.
  • Access: public

Parameters:

object VFS   &$vfs   —  The VFS object to perform garbage collection on.
string   $path   —  The VFS path to clean.
optional   $secs   —  integer $secs The minimum amount of time (in seconds) required before a file is removed.

[ Top ]


Documentation generated on Mon, 11 Mar 2019 14:31:25 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.