XML_Beautifier::XML_Beautifier | XML_Beautifier::setOptions |
XML_Beautifier | |
PEAR Manual | |
require_once 'XML/Beautifier.php'; |
void XML_Beautifier::setOption (
string $option
, mixed $value
)
Set an option for the beautifying process.
See XML_Beautifier options for more information.
string $option - name of the option
mixed $value - value of the option
void
This function can not be called statically.
XML_Beautifier::XML_Beautifier | XML_Beautifier::setOptions |
XML_Beautifier | |
PEAR Manual | |