(PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
XMLWriter::setIndentString -- xmlwriter_set_indent_string — Set string used for indenting
Styl obiektowy
$indentString
)Styl proceduralny
$xmlwriter
, string $indentString
)Sets the string which will be used to indent each element/attribute of the resulting xml.
xmlwriter
Jedynie dla wywołań proceduralnych. Zasób XMLWriter, który jest modfikowany. Ten zasób pochodzi, z wywołania funkcji xmlwriter_open_uri() lub xmlwriter_open_memory().
indentString
The indentation string.
Zwraca TRUE
w przypadku powodzenia, FALSE
w
przypadku błędu.