Administration class used to maintain the installed package database.
Located in /maintenance/libraries/pear/PEAR/Registry.php (line 39)
PEAR | --PEAR_Registry
File where the file map is stored
Cache of file map. Structure:
array( '/path/to/file' => 'package', ... )
Name of file used for locking the registry
File descriptor used during locking
Mode used during locking
Cache of package information. Structure:
array( 'package' => array('id' => ... ), ... )
Directory where registry files are stored.
PEAR_Registry constructor.
Test whether a file belongs to a package.
Make sure the directory where we keep registry files exists.
Lock the registry.
Get the name of the file where data for a given package is stored.
PEAR_Registry destructor. Makes sure no locks are forgotten.
Documentation generated on Thu, 20 Jan 2005 17:10:44 +0000 by phpDocumentor 1.3.0RC3