PEAR_Registry::addPackage | PEAR_Registry::deletePackage |
PEAR_Registry | |
PEAR Manual | |
require_once 'PEAR/Registry.php'; |
string PEAR_Registry::checkFileMap (
string $path
)
Test whether a file belongs to a package.
file path, absolute or relative to the pear install dir
string - name of the package the file belongs to, or an empty string if the file does not belong to an installed package
Error code | Error value | Meaning | Solution |
" |
This function can not be called statically.
PEAR_Registry::addPackage | PEAR_Registry::deletePackage |
PEAR_Registry | |
PEAR Manual | |