Return the index filename relative to the given host and https state
If hostname and/or https aren't supplied, they will be determined automatically
Usage
// basic usage
$string = $procache->cacheIndexBasename();
// usage with all arguments
$string = $procache->cacheIndexBasename(string $hostname = '', bool $https = null, string $ext = 'html');
Arguments
Name | Type(s) | Description |
---|---|---|
hostname (optional) | string | |
https (optional) | bool | |
ext (optional) | string |
Return value
string
$procache methods and properties
API reference based on ProcessWire core version 3.0.236