Get cache-busting URLs for this FilenameArray
This is the same as iterating this FilenameArray except that it appends cache-busting query strings to the URLs that resolve to physical files.
Available since version 3.0.227.
Usage
// basic usage
$array = $filenameArray->urls();
// usage with all arguments
$array = $filenameArray->urls($useVersion = null);
Arguments
Name | Type(s) | Description |
---|---|---|
useVersion (optional) | bool, null, string | See Config::versionUrls() for arument details |
Return value
array
Exceptions
Method can throw exceptions on error:
WireException
See Also
FilenameArray methods and properties
API reference based on ProcessWire core version 3.0.236