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

URLScheme Property

The scheme for the URL.

Object Oriented Interface

public function getURLScheme();
public function setURLScheme($value);

Procedural Interface

ipworks_http_get($res, 60 );
ipworks_http_set($res, 60, $value );

Default Value

'https'

Remarks

This property contains the scheme for the URL. The URL scheme as determined by parsing the value set in the URL property.

The supported schemes are "http" and "https".

This property is not available at design time.

Data Type

String

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