Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17337 программистов и 1873 робота. Сейчас ищут 1618 программистов ...
System_ProcWatch_Config::fromXmlFile
Вернуться к: Configuration
System_ProcWatch_Config::fromXmlFile
System_ProcWatch_Config::fromXmlFile() – Get config array from XML file
Synopsis
require_once 'System/ProcWatch/Config.php';
mixed System_ProcWatch_Config::fromXmlFile ( string $file )
Parses an XML file into an config array to configure System_ProcWatch with.
Parameter
- string $file
-
path to XML file
Return value
Returns config array on success or PEAR_Error on failure.
Throws
Throws PEAR_Error if XML file does not exist, or problems parsing the XML file have occured.
Note
This function should be called statically.
Вернуться к: Configuration