(PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
XMLWriter::setIndent -- xmlwriter_set_indent — Toggle indentation on/off
Styl obiektowy
$indent
)Styl proceduralny
$xmlwriter
, bool $indent
)Toggles indentation on or off.
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().
indent
Whether indentation is enabled.
Zwraca TRUE
w przypadku powodzenia, FALSE
w
przypadku błędu.