Minify HTML contained in $out argument
Usage
// basic usage
$bool = $procache->minifyHtml(string $out);
// usage with all arguments
$bool = $procache->minifyHtml(string $out, array $options = [], bool $debug = false);
Arguments
Name | Type(s) | Description |
---|---|---|
out | string | |
options (optional) | array | |
debug (optional) | bool |
Return value
bool
$procache methods and properties
API reference based on ProcessWire core version 3.0.236