EOL Property
The characters to use for separating lines.
Object Oriented Interface
public function getEOL(); public function setEOL($value);
Procedural Interface
ipworks_xmlw_get($res, 1 ); ipworks_xmlw_set($res, 1, $value );
Default Value
'\r\n'
Remarks
If specified, the class will format the output XML, using the specified characters to separate multiple lines for nested XML elements. The default value is CRLF ("\r\ n") .
This option should be combined with Indent for full effect.
Data Type
String