Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетил 191451 программист и 1879 роботов. Сейчас ищут 1169 программистов ...
PEAR_Registry::checkFileMap
Вернуться к: PEAR_Registry
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 )
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
| Error code | Error value | Meaning | Solution |
|---|---|---|---|
| " |
Note
This function can not be called statically.
Вернуться к: PEAR_Registry