IP*Works! 2016 PHP Edition
IP*Works! 2016 PHP Edition
Questions / Feedback?

DefaultEOL Property

A default EOL value to be used by incoming connections.

Object Oriented Interface

public function getDefaultEOL();
public function setDefaultEOL($value);

Procedural Interface

ipworks_ipdaemon_get($res, 18 );
ipworks_ipdaemon_set($res, 18, $value );

Default Value

''

Remarks

This property contains a default End Of Line (EOL) value to be used by incoming connections. Once the class accepts and establishes an inbound connection, it will set that connection's EOL to the value in this property. By default, this value is empty (""), meaning that data will be fired as it is received.

Data Type

Binary String

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 PHP Edition - Version 16.0 [Build 7353]