$input→httpsUrl()
Same as httpUrl() method but always uses https scheme, rather than current request scheme
See httpUrl() method for argument and usage details.
Usage
// basic usage
$string = $input->httpsUrl();
// usage with all arguments
$string = $input->httpsUrl($options = []);
Arguments
Name | Type(s) | Description |
---|---|---|
$options (optional) | array bool | Specify
|
Return value
string
See Also
API reference based on ProcessWire core version 3.0.251