Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16685 программистов и 1698 роботов. Сейчас ищет 1801 программист ...
PEAR_Common::infoFromDescriptionFile
Вернуться к: PEAR_Common
PEAR_Common::infoFromDescriptionFile
PEAR_Common::infoFromDescriptionFile() – Returns information about a package file
Synopsis
require_once 'PEAR/common.php';
array PEAR_Common::infoFromDescriptionFile ( string $descfile )
Returns information about a package file. Expects the name of a package xml file as input.
Parameter
- string $descfile
-
name of package xml file
Return value
array - array with package information
Throws
Error code | Error value | Meaning | Solution |
---|---|---|---|
" |
Note
This function can not be called statically.
Вернуться к: PEAR_Common