Options | XML_Beautifier::setOption |
XML_Beautifier | |
PEAR Manual | |
require_once 'XML/Beautifier.php'; |
object XML_Beautifier::XML_Beautifier (
array $options = array()
)
Creates a new instance of XML_Beautifier.
array $options - options are used to influence to beautifying process. You may set the indent string, specify whether case folding should be enabled, etc...
See XML_Beautifier options for more information.
object XML_Beautifier object
This function can not be called statically.
Options | XML_Beautifier::setOption |
XML_Beautifier | |
PEAR Manual | |