Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17940 программистов и 1637 роботов. Сейчас ищут 1730 программистов ...
System_ProcWatch_Config::fromXml
Вернуться к: Configuration
System_ProcWatch_Config::fromXml
System_ProcWatch_Config::fromXml() – Get config array from XML string
Synopsis
require_once 'System/ProcWatch/Config.php';
mixed System_ProcWatch_Config::fromXml ( string $xml )
Parses an XML string into an config array to configure System_ProcWatch with.
Parameter
- string $xml
-
XML string
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 string have occured.
Note
This function should be called statically.
Вернуться к: Configuration