Test given URL and return verbose array
Usage
// basic usage
$array = $proCacheTests->urlTest(string $url);
// usage with all arguments
$array = $proCacheTests->urlTest(string $url, bool $head = false);
Arguments
Name | Type(s) | Description |
---|---|---|
url | string | |
head (optional) | bool |
Return value
array
ProCacheTests methods and properties
API reference based on ProcessWire core version 3.0.236