DefaultSingleLineMode Property

Tells the class whether or not to treat new connections as line-oriented.

Object Oriented Interface

public function getDefaultSingleLineMode();
public function setDefaultSingleLineMode($value);

Procedural Interface

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

Default Value

false

Remarks

This property instructs the component whether or not to treat newly established connections as line-oriented protocols. If this value is True, newly accepted connections will read the incoming data stream as lines separated by CRLF, CR, or LF, and will ignore the end of lines (EOLs).

Data Type

Boolean

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 PHP Edition - Version 20.0 [Build 8307]