SecureBlackbox 2020 PHP Edition

Questions / Feedback?

PortRangeTo Property

Specifies the upper limit of the listening port range for incoming connections.

Object Oriented Interface

public function getPortRangeTo();
public function setPortRangeTo($value);

Procedural Interface

secureblackbox_ocspserver_get($res, 74 );
secureblackbox_ocspserver_set($res, 74, $value );

Default Value

0

Remarks

Use this property to specify the upper limit of the port range to listen to connections on. When a port range is used to specify the listening port (as opposed to a fixed value provided via Port), the port will be allocated within the requested range by the operating system, and reported in BoundPort.

Data Type

Integer

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