PEAR_Registry::checkFileMap

PEAR_Registry::checkFileMap() – Test whether a file belongs to a package

Synopsis

require_once 'PEAR/Registry.php';

string PEAR_Registry::checkFileMap ( string $path )

Description

Test whether a file belongs to a package.

Parameter

string $path

file path, absolute or relative to the pear install dir

Return value

string - name of the package the file belongs to, or an empty string if the file does not belong to an installed package

Throws

Possible PEAR_Error values
Error code Error value Meaning Solution
  "    

Note

This function can not be called statically.

Registers a package to the registry (Previous) Remove Package from registry (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.