(PHP 5 >= 5.1.2, PHP 7, PHP 8, PECL xmlwriter >= 0.1.0)
XMLWriter::setIndentString -- xmlwriter_set_indent_string — Set string used for indenting
Stile orientato agli oggetti
Stile procedurale
Sets the string which will be used to indent each element/attribute of the resulting xml.
xmlwriter
Solo per chiamate procedurali. La resource XMLWriter che è stata modificata. Questa risorsa deriva da una chiamata a xmlwriter_open_uri() or xmlwriter_open_memory().
indentation
The indentation string.
Versione | Descrizione |
---|---|
8.0.0 |
writer expects an XMLWriter
instance now; previously, a resource was expected.
|
Nota:
The indent is reset when an xmlwriter is opened.