XML_Beautifier::setOption | XML_Beautifier::resetOptions |
XML_Beautifier | |
PEAR Manual | |
require_once 'XML/Beautifier.php'; |
void XML_Beautifier::setOptions (
array $options
)
Set several options for the beautifying process.
See XML_Beautifier options for more information.
array $options - associative array containing options and their values, like you would pass it to the constructor.
void
This function can not be called statically.
XML_Beautifier::setOption | XML_Beautifier::resetOptions |
XML_Beautifier | |
PEAR Manual | |