Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетил 17401 программист и 1877 роботов. Сейчас ищут 1689 программистов ...
Config_Container::toString
Вернуться к: Config_Container class
Config_Container::toString
Config_Container::toString() – Return string representation
Synopsis
require_once 'Config/Container.php';
string Config_Container::toString ( string $configType , array $options = array() )
This method will call the toString() method in the choosen config type. It will return a string representation of the Config_Container and its children.
Parameter
- string $configType
-
Type of configuration used to generate the string
- array $options
-
Specify special options used by the parser
Return value
string - the generated string
Throws
Error code | Error value | Meaning | Solution |
---|---|---|---|
" |
Note
This function can not be called statically.
Вернуться к: Config_Container class