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.
Возвращаемое значение
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.
Заметка
Эта функция должна вызываться статически.
HIVE: All information for read only. Please respect copyright! |