XMLWriter::setIndent
Opis
Object oriented style:
class XMLWriter {bool setIndent ( bool indent )
}
Procedural style:
bool xmlwriter_set_indent ( resource xmlwriter, bool indent )Toggles indentation on or off.
Parametry
xmlwriterJedynie 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().
indentWhether indentation is enabled. Defaults to FALSE.
| Poprzedni | Spis treści | Następny |
| XMLWriter::setIndentString | Początek rozdziału |