Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17384 программиста и 1685 роботов. Сейчас ищут 2066 программистов ...
PEAR_Registry::rebuildDepsFile
Вернуться к: PEAR_Registry
PEAR_Registry::rebuildDepsFile
PEAR_Registry::rebuildDepsFile() – Rebuild dependencies file
Synopsis
require_once 'PEAR/Registry.php';
void PEAR_Registry::rebuildDepsFile ( void )
Rebuilds the dependencies file of the registry. Use this function if had trouble while installing Packages or a damaged registry.
Throws
Error code | Error value | Meaning | Solution |
---|---|---|---|
" |
Note
This function can not be called statically.
Вернуться к: PEAR_Registry