ErrEOL Property
Used to break the stderr data stream into chunks separated by its value.
Object Oriented Interface
public function getErrEOL(); public function setErrEOL($value);
Procedural Interface
ipworks_rexec_get($res, 6 ); ipworks_rexec_set($res, 6, $value );
Default Value
'ASCII code 10 (newline)'
Remarks
The ErrEOL property is used to define boundaries in the Stderr stream using the value of the property.
This property is not available at design time.
Data Type
Binary String