previousOptions (Previous) (Next) XML_Beautifier::setOptionnext

View this page in Last updated: Sun, 18 Oct 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

XML_Beautifier::XML_Beautifier

XML_Beautifier::XML_Beautifier() – create new instance

Synopsis

require_once 'XML/Beautifier.php';

object XML_Beautifier::XML_Beautifier ( array $options = array() )

Description

Creates a new instance of XML_Beautifier.

Parameter

  • 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.

Return value

object XML_Beautifier object

Note

This function can not be called statically.

previousOptions (Previous) (Next) XML_Beautifier::setOptionnext

Download Documentation Last updated: Sun, 18 Oct 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.