Indent Property
The characters to use for each indentation level.
Object Oriented Interface
public function getIndent(); public function setIndent($value);
Procedural Interface
ipworks_xmlw_get($res, 2 ); ipworks_xmlw_set($res, 2, $value );
Default Value
'\t'
Remarks
If specified, the class will format the output XML, using the specified characters to denote each indentation level for nested XML elements.
This option should be combined with EOL for full effect.
Data Type
String