URLPort Property
The port for the URL.
Object Oriented Interface
public function getURLPort(); public function setURLPort($value);
Procedural Interface
ipworks_http_get($res, 50 ); ipworks_http_set($res, 50, $value );
Default Value
80
Remarks
This property contains the port for the URL. The HTTP server port as determined by parsing the value set in the URL property.
This property is not available at design time.
Data Type
Long