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)

Beschreibung

Test whether a file belongs to a package.

Parameter

string $path

file path, absolute or relative to the pear install dir

Rückgabewert

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

Fehler-Meldungen

Tabelle 28-1. Mögliche Fehler-Arten

Error codeError valueMeaningSolution
 „“  

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.