Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17340 программистов и 1873 робота. Сейчас ищут 1646 программистов ...
System_ProcWatch_Config::fromArray
Вернуться к: Configuration
System_ProcWatch_Config::fromArray
System_ProcWatch_Config::fromArray() – Get config array from an array
Synopsis
require_once 'System/ProcWatch/Config.php';
mixed System_ProcWatch_Config::fromArray ( mixed $array )
This method in fact does a sanity check on the supplied config array and should only be used for testing purposes.
Parameter
- array $array
-
config array to check
Return value
Returns the same array on success or PEAR_Error on failure.
Throws
Throws PEAR_Error if an invalid configuration array was supplied.
Note
This function should be called statically.
Вернуться к: Configuration