XML_Beautifier::setOptions

XML_Beautifier::setOptions() – set several options

Synopsis

require_once 'XML/Beautifier.php';

void XML_Beautifier::setOptions ( array $options )

Description

Set several options for the beautifying process.

See XML_Beautifier options for more information.

Parameter

  • array $options - associative array containing options and their values, like you would pass it to the constructor.

Return value

void

Note

This function can not be called statically.

set an option (Previous) reset options to default (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.