$busterhttpUrl()

Get a cache busting URL (including scheme and hostname) for given asset/file URL

Usage

// basic usage
$string = $buster->httpUrl(string $url);

// usage with all arguments
$string = $buster->httpUrl(string $url, array $options = []);

Arguments

NameType(s)Description
$urlstring
$options (optional)array

See busterURL() method for options.

Return value

string


$buster methods and properties

API reference based on ProcessWire core version 3.0.252