$procachemerge()

Merge the given array or CSV string of file URLs and returned the merged file URL

Usage

// basic usage
$string = $procache->merge($files);

// usage with all arguments
$string = $procache->merge($files, bool $minify = true);

Arguments

NameType(s)Description
$filesarray string WireArray

URLs of files

$minify (optional)bool

Also minify files? Default:true

Return value

string

Merged file URL


$procache methods and properties

API reference based on ProcessWire core version 3.0.252