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

SingleLineMode Property

Special mode for line-oriented protocols.

Object Oriented Interface

public function getSingleLineMode();
public function setSingleLineMode($value);

Procedural Interface

ipworks_ipport_get($res, 20 );
ipworks_ipport_set($res, 20, $value );

Default Value

false

Remarks

When this property is set to True, the class treats the incoming data stream as lines separated by CRLF, CR, or LF. The EOL property is ignored.

AcceptData will be automatically set to False when this property is set to True. Please refer to the GetLine method for more information.

This property is not available at design time.

Data Type

Boolean

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