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

DefaultMaxLineLength Property

The default maximum line length value for inbound connections.

Object Oriented Interface

public function getDefaultMaxLineLength();
public function setDefaultMaxLineLength($value);

Procedural Interface

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

Default Value

2048

Remarks

This property controls the default size of an internal buffer which holds received data while waiting for an end-of-line (EOL) string.

The minimum value for this property is 256 bytes. The default value is 2048 bytes. The maximum value is 65536 bytes.

Data Type

Integer

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