Config_Container::toArray | Config_Container::updateAttributes |
Config | |
PEAR Manual | |
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.
Type of configuration used to generate the string
Specify special options used by the parser
string - the generated string
Error code | Error value | Meaning | Solution |
" |
This function can not be called statically.
Config_Container::toArray | Config_Container::updateAttributes |
Config | |
PEAR Manual | |