Get or set runtime CDN file extensions
Usage
// basic usage
$array = $proCacheCDN->exts();
// usage with all arguments
$array = $proCacheCDN->exts(array $exts = [], bool $replace = false);
Arguments
Name | Type(s) | Description |
---|---|---|
exts (optional) | array | Extensions to add or omit to get current extensions |
replace (optional) | bool | Replace all existing extensions (when setting/adding)? Omit to add more |
Return value
array
ProCacheCDN methods and properties
API reference based on ProcessWire core version 3.0.236