Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17165 программистов и 1833 робота. Сейчас ищет 1691 программист ...
XML_Beautifier::setOptions
Вернуться к: XML_Beautifier
XML_Beautifier::setOptions
XML_Beautifier::setOptions() – set several options
Synopsis
require_once 'XML/Beautifier.php';
void XML_Beautifier::setOptions ( array $options )
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.
Вернуться к: XML_Beautifier