Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17124 программиста и 1833 робота. Сейчас ищут 1675 программистов ...
XML_Beautifier::XML_Beautifier
Вернуться к: XML_Beautifier
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() )
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.
Вернуться к: XML_Beautifier